ExceptionImplicits

play.api.cache.redis.ExceptionImplicits

Helper trait providing simplified and unified API to exception handling in play-redis

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def failed(key: Option[String], command: String, statement: String, cause: Throwable): Nothing

helper indicating command execution failed with exception

helper indicating command execution failed with exception

Attributes

def invalidConfiguration(message: String): Nothing

helper indicating invalid configuration

helper indicating invalid configuration

Attributes

def serializationFailed(key: String, message: String, cause: Throwable): Nothing

helper indicating serialization failure, it throws an exception

helper indicating serialization failure, it throws an exception

Attributes

def timedOut(cause: Throwable): Nothing

helper indicating command execution timed out

helper indicating command execution timed out

Attributes

def unexpected(key: Option[String], command: String): Nothing

helper indicating the command execution returned unexpected exception

helper indicating the command execution returned unexpected exception

Attributes

def unsupported(message: String): Nothing

helper throwing UnsupportedOperationException

helper throwing UnsupportedOperationException

Attributes