com.nimbusds.oauth2.sdk
Class SerializeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nimbusds.oauth2.sdk.GeneralException
com.nimbusds.oauth2.sdk.SerializeException
- All Implemented Interfaces:
- Serializable
public class SerializeException
- extends GeneralException
Serialization exception.
- Version:
- $version$ (2013-01-14)
- Author:
- Vladimir Dzhuvinov
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SerializeException
public SerializeException(String message)
- Creates a new serialisation exception.
- Parameters:
message
- The exception message. May be null
.
SerializeException
public SerializeException(String message,
Throwable cause)
- Creates a new serialisation exception.
- Parameters:
message
- The exception message. May be null
.cause
- The exception cause, null
if not specified.
Copyright © 2013 NimbusDS. All Rights Reserved.