|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.strutsme.common.serialization.SerializationException
public final class SerializationException
Thrown to indicate, that an error occured during the serialization.
This can especially happen if an incompatible class version is to be deserialized.
| Constructor Summary | |
|---|---|
SerializationException()
Default constructor. |
|
SerializationException(java.lang.String detailedMessage)
Constructs a SerializationException with the specified
detail message. |
|
SerializationException(java.lang.String detailedMessage,
java.lang.Throwable cause)
Constructs a SerializationException with the specified
message and cause. |
|
SerializationException(java.lang.Throwable cause)
Constructs a SerializationException with the specified
cause. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Retrieves the cause. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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()
public SerializationException(java.lang.String detailedMessage)
SerializationException with the specified
detail message.
detailedMessage - the detail message.public SerializationException(java.lang.Throwable cause)
SerializationException with the specified
cause.
cause - the exception which caused it
public SerializationException(java.lang.String detailedMessage,
java.lang.Throwable cause)
SerializationException with the specified
message and cause.
detailedMessage - the detail message.cause - the exception which caused it| Method Detail |
|---|
public java.lang.Throwable getCause()
getCause in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||