public class SerializerException
extends java.lang.RuntimeException
Cache
when a store cannot serialize or deserialize a value.Constructor and Description |
---|
SerializerException()
Creates an exception.
|
SerializerException(java.lang.String message)
Creates an exception with the provided message.
|
SerializerException(java.lang.String message,
java.lang.Throwable cause)
Creates an exception with the provided message and cause.
|
SerializerException(java.lang.Throwable cause)
Creates an exception with the provided cause.
|
public SerializerException()
public SerializerException(java.lang.String message)
message
- information about the exceptionpublic SerializerException(java.lang.String message, java.lang.Throwable cause)
message
- information about the exceptioncause
- the cause of this exceptionpublic SerializerException(java.lang.Throwable cause)
cause
- the cause of this exception