Class InvalidGrantException

All Implemented Interfaces:
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:
  • Constructor Details

    • InvalidGrantException

      public InvalidGrantException(String message, 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.