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.ExceptionException thrown by theOAuthStoreimplementation when it cannot perform the requested operation.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description OAuthStoreException(java.lang.String message)Constructs a newOAuthStoreExceptionwith the given message.OAuthStoreException(java.lang.String message, java.lang.Throwable cause)Constructs a newOAuthStoreExceptionwith the given message and cause.
 
- 
- 
- 
Constructor Detail- 
OAuthStoreExceptionpublic OAuthStoreException(java.lang.String message) Constructs a newOAuthStoreExceptionwith the given message.
 - 
OAuthStoreExceptionpublic OAuthStoreException(java.lang.String message, java.lang.Throwable cause)Constructs a newOAuthStoreExceptionwith the given message and cause.
 
- 
 
-