Class InvalidGrantException

All Implemented Interfaces:
Serializable

public class InvalidGrantException extends UmaException
An invalid grant error from the UMA server.
See Also:
  • Constructor Details

    • InvalidGrantException

      public InvalidGrantException(String message)
      Create an Invalid Grant exception.
      Parameters:
      message - the message
    • InvalidGrantException

      public InvalidGrantException(String message, Throwable cause)
      Create an Invalid Grant exception.
      Parameters:
      message - the message
      cause - the cause