public class SerializeException extends GeneralException
| Constructor and Description |
|---|
SerializeException(String message)
Creates a new serialisation exception.
|
SerializeException(String message,
Throwable cause)
Creates a new serialisation exception.
|
getClientID, getErrorObject, getRedirectionURI, getStateaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SerializeException(String message)
message - The exception message. May be null.public SerializeException(String message, Throwable cause)
message - The exception message. May be null.cause - The exception cause, null if not specified.Copyright © 2013 NimbusDS. All Rights Reserved.