|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.commons.lang.exception.NestableRuntimeException org.apache.commons.lang.SerializationException
Exception thrown when the Serialization process fails.
The original error is wrapped within this one.
Field Summary |
Fields inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
delegate |
Constructor Summary | |
SerializationException()
Constructs a new SerializationException without specified
detail message. |
|
SerializationException(java.lang.String msg)
Constructs a new SerializationException with specified
detail message. |
|
SerializationException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a new SerializationException with specified
detail message and nested Throwable . |
|
SerializationException(java.lang.Throwable cause)
Constructs a new SerializationException with specified
nested Throwable . |
Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SerializationException()
Constructs a new SerializationException
without specified
detail message.
public SerializationException(java.lang.String msg)
Constructs a new SerializationException
with specified
detail message.
msg
- The error message.public SerializationException(java.lang.Throwable cause)
Constructs a new SerializationException
with specified
nested Throwable
.
cause
- The Exception
or Error
that caused this exception to be thrown.public SerializationException(java.lang.String msg, java.lang.Throwable cause)
Constructs a new SerializationException
with specified
detail message and nested Throwable
.
msg
- The error message.cause
- The Exception
or Error
that caused this exception to be thrown.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |