Class OAuthConfigException

All Implemented Interfaces:
Serializable

public class OAuthConfigException extends OAuthException
Exception used when an error has occurred with an OAuth client's configuration.
See Also:
  • Constructor Details

    • OAuthConfigException

      public OAuthConfigException(String message)
      Builds a OAuthConfigException with a given message.
      Parameters:
      message - exception message
    • OAuthConfigException

      public OAuthConfigException(String message, Exception cause)
      Builds a OAuthConfigException with a given message and cause.
      Parameters:
      message - Exception's message
      cause - Exception to wrap