Class OAuthStoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.websphere.security.oauth20.store.OAuthStoreException
-
- All Implemented Interfaces:
java.io.Serializable
public class OAuthStoreException extends java.lang.Exception
Exception thrown by theOAuthStore
implementation when it cannot perform the requested operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OAuthStoreException(java.lang.String message)
Constructs a newOAuthStoreException
with the given message.OAuthStoreException(java.lang.String message, java.lang.Throwable cause)
Constructs a newOAuthStoreException
with the given message and cause.
-
-
-
Constructor Detail
-
OAuthStoreException
public OAuthStoreException(java.lang.String message)
Constructs a newOAuthStoreException
with the given message.
-
OAuthStoreException
public OAuthStoreException(java.lang.String message, java.lang.Throwable cause)
Constructs a newOAuthStoreException
with the given message and cause.
-
-