Class InvalidGrantException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidGrantException
    extends OAuth20Exception
    Represents an exception while processing OAuth 2.0 request and response. This class is the base class for all OAuth 2.0 component exceptions.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidGrantException

        public InvalidGrantException​(java.lang.String message,
                                     java.lang.Throwable cause)
        Creates a OAuth20Exception.
        Parameters:
        error - A message for the OAuth 2.0 error.
        message - A message for the general OAuth error.
        cause - A root exception.