public class SerializeException extends GeneralException
Constructor and Description |
---|
SerializeException(java.lang.String message)
Creates a new serialisation exception.
|
SerializeException(java.lang.String message,
java.lang.Throwable cause)
Creates a new serialisation exception.
|
getClientID, getErrorObject, getRedirectionURI, getResponseMode, getState
public SerializeException(java.lang.String message)
message
- The exception message. May be null
.public SerializeException(java.lang.String message, java.lang.Throwable cause)
message
- The exception message. May be null
.cause
- The exception cause, null
if not specified.Copyright © 2015 Connect2id Ltd.. All Rights Reserved.