org.apache.commons.lang
public class SerializationException extends NestableRuntimeException
Exception thrown when the Serialization process fails.
The original error is wrapped within this one.
delegate
Constructor and Description |
---|
SerializationException()
Constructs a new
SerializationException without specified
detail message. |
SerializationException(String msg)
Constructs a new
SerializationException with specified
detail message. |
SerializationException(String msg,
Throwable cause)
Constructs a new
SerializationException with specified
detail message and nested Throwable . |
SerializationException(Throwable cause)
Constructs a new
SerializationException with specified
nested Throwable . |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
public SerializationException()
Constructs a new SerializationException
without specified
detail message.
public SerializationException(String msg)
Constructs a new SerializationException
with specified
detail message.
msg
- The error message.public SerializationException(Throwable cause)
Constructs a new SerializationException
with specified
nested Throwable
.
cause
- The Exception
or Error
that caused this exception to be thrown.Copyright © 2001-2013 - Apache Software Foundation