Class UmaException

All Implemented Interfaces:
Serializable

public class UmaException extends ResponseException
UMA Resource Server specific exception thrown when unrecoverable errors are happening.
See Also:
  • Constructor Details

    • UmaException

      public UmaException(String message)
      Creates a new UmaException with the given message.
      Parameters:
      message - cause description
    • UmaException

      public UmaException(String message, Throwable cause)
      Creates a new UmaException with the given message and the given cause.
      Parameters:
      message - cause description
      cause - parent cause