Class InvalidScopeException

All Implemented Interfaces:
Serializable

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

    • InvalidScopeException

      public InvalidScopeException(String message)
      Create an Invalid Scope exception.
      Parameters:
      message - the message
    • InvalidScopeException

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