Class UmaException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidGrantException, InvalidScopeException, RequestDeniedException

public class UmaException extends InruptClientException
A runtime exception for use with UMA-related errors.
See Also:
  • Constructor Details

    • UmaException

      public UmaException(String message)
      Create an UMA exception.
      Parameters:
      message - the message
    • UmaException

      public UmaException(String message, Throwable cause)
      Create an UMA exception.
      Parameters:
      message - the message
      cause - the cause