|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ehcache.spi.serialization.SerializerException
public class SerializerException
Thrown by a Serializer
when it cannot serialize or deserialize an instance.
Constructor Summary | |
---|---|
SerializerException()
Creates a SerializerException . |
|
SerializerException(java.lang.String message)
Creates a SerializerException with the provided message. |
|
SerializerException(java.lang.String message,
java.lang.Throwable cause)
Creates a SerializerException with the provided message and cause. |
|
SerializerException(java.lang.Throwable cause)
Creates a SerializerException with the provided cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SerializerException()
SerializerException
.
public SerializerException(java.lang.String message)
SerializerException
with the provided message.
message
- information about the exceptionpublic SerializerException(java.lang.String message, java.lang.Throwable cause)
SerializerException
with the provided message and cause.
message
- information about the exceptioncause
- the cause of this exceptionpublic SerializerException(java.lang.Throwable cause)
SerializerException
with the provided cause.
cause
- the cause of this exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |