|
|||||||||
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.exceptions.SerializerException
public class SerializerException
Exception thrown by a Cache
when a store cannot serialize or deserialize a value.
Constructor Summary | |
---|---|
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. |
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()
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |