com.nimbusds.oauth2.sdk
Class SerializeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.nimbusds.oauth2.sdk.GeneralException
              extended by com.nimbusds.oauth2.sdk.SerializeException
All Implemented Interfaces:
Serializable

public class SerializeException
extends GeneralException

Serialization exception.

Author:
Vladimir Dzhuvinov
See Also:
Serialized Form

Constructor Summary
SerializeException(String message)
          Creates a new serialisation exception.
SerializeException(String message, Throwable cause)
          Creates a new serialisation exception.
 
Method Summary
 
Methods inherited from class com.nimbusds.oauth2.sdk.GeneralException
getErrorObject, getRedirectURI, getState
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

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.