Class OAuthStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.security.oauth20.store.OAuthStoreException
- All Implemented Interfaces:
Serializable
Exception thrown by the
OAuthStore implementation when it cannot perform the requested operation.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOAuthStoreException(String message) Constructs a newOAuthStoreExceptionwith the given message.OAuthStoreException(String message, Throwable cause) Constructs a newOAuthStoreExceptionwith the given message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OAuthStoreException
Constructs a newOAuthStoreExceptionwith the given message. -
OAuthStoreException
Constructs a newOAuthStoreExceptionwith the given message and cause.
-