Class OAuth20InvalidGrantTypeException

All Implemented Interfaces:
Serializable

public class OAuth20InvalidGrantTypeException extends OAuth20Exception
Represents an invalid or not supported grant type in an OAuth request.
See Also:
  • Constructor Details

    • OAuth20InvalidGrantTypeException

      public OAuth20InvalidGrantTypeException(String grantType)
      Creates a OAuth20InvalidGrantTypeException.
      Parameters:
      grantType - A grant type in request.
    • OAuth20InvalidGrantTypeException

      public OAuth20InvalidGrantTypeException(String msgKey, String grantType)
  • Method Details