Class OAuth20BadParameterFormatException

All Implemented Interfaces:
Serializable

public class OAuth20BadParameterFormatException extends OAuth20Exception
Represents a bad parameter format exception presented in OAuth request.
See Also:
  • Constructor Details

    • OAuth20BadParameterFormatException

      public OAuth20BadParameterFormatException(String paramName, String paramValue)
      Creates a OAuth20BadParameterFormatException.
      Parameters:
      paramName - a parameter in an OAuth request.
      paramValue - a value of parameter in Oauth request.
    • OAuth20BadParameterFormatException

      public OAuth20BadParameterFormatException(String msgKey, String paramName, String paramValue)
  • Method Details

    • formatSelf

      public String formatSelf(Locale locale, String encoding)
      Overrides:
      formatSelf in class OAuth20Exception
    • getParamName

      public String getParamName()
      Returns:
      a parameter name in the request.
    • getParamValue

      public String getParamValue()
      Returns:
      a parameter value in the request.