|
||||||||||
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
net.sf.jsefa.SerializationException
public final class SerializationException
Exception thrown when an error occurs during serialization.
Constructor Summary | |
---|---|
SerializationException(String message)
Constructs a new SerializationException with the specified detail message. |
|
SerializationException(String message,
Throwable cause)
Constructs a new SerializationException with the specified detail message and cause. |
|
SerializationException(Throwable cause)
Constructs a new SerializationException with the default detail message and 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 SerializationException(String message)
SerializationException
with the specified detail message.
message
- the detail message.public SerializationException(String message, Throwable cause)
SerializationException
with the specified detail message and cause.
message
- the detail messagecause
- the causepublic SerializationException(Throwable cause)
SerializationException
with the default detail message and cause.
cause
- the cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |