Class OAuth20InvalidResponseTypeException

All Implemented Interfaces:
Serializable

public class OAuth20InvalidResponseTypeException extends OAuth20Exception
Represents an invalid response type exception in an OAuth request.
See Also:
  • Constructor Details

    • OAuth20InvalidResponseTypeException

      public OAuth20InvalidResponseTypeException(String responseType)
      Creates a OAuth20InvalidResponseTypeException.
      Parameters:
      responseType - A response type in a request.
    • OAuth20InvalidResponseTypeException

      public OAuth20InvalidResponseTypeException(String msgKey, String responseType)
    • OAuth20InvalidResponseTypeException

      public OAuth20InvalidResponseTypeException(String msgKey, String responseType, String firstResponseTypeOption, String secondResponseTypeOption)
  • Method Details