Class OAuthConfigurationException

All Implemented Interfaces:
Serializable

public class OAuthConfigurationException extends OAuthException
Represents an exception while processing OAuth component configuration.
See Also:
  • Field Details

  • Constructor Details

    • OAuthConfigurationException

      public OAuthConfigurationException(String configProperty, String value, Throwable cause)
      Creates a OAuthConfigurationException.
      Parameters:
      configProperty - A configuration property for the error message.
      value - A configuration property value for the message resource.
      cause - A root exception.
    • OAuthConfigurationException

      public OAuthConfigurationException(String msgKey, String configProperty, String value, Throwable cause)
  • Method Details

    • getConfigProperty

      public String getConfigProperty()
      Returns A configuration property for the error message.
      Returns:
      A configuration property for the error message.
    • getValue

      public String getValue()
      Returns A configuration property value for the message resource.
      Returns:
      A configuration property value for the message resource.
    • getError

      public String getError()
      Description copied from class: OAuthException
      Gets error type for this OAuth exception
      Specified by:
      getError in class OAuthException
      Returns:
      error type
    • formatSelf

      public String formatSelf(Locale locale, String encoding)
      Specified by:
      formatSelf in class OAuthException