Class OAuthStoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.websphere.security.oauth20.store.OAuthStoreException
All Implemented Interfaces:
Serializable

public class OAuthStoreException extends Exception
Exception thrown by the OAuthStore implementation when it cannot perform the requested operation.
See Also:
  • Constructor Details

    • OAuthStoreException

      public OAuthStoreException(String message)
      Constructs a new OAuthStoreException with the given message.
    • OAuthStoreException

      public OAuthStoreException(String message, Throwable cause)
      Constructs a new OAuthStoreException with the given message and cause.