Package com.inrupt.client.uma
Class InvalidScopeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.inrupt.client.InruptClientException
com.inrupt.client.uma.UmaException
com.inrupt.client.uma.InvalidScopeException
- All Implemented Interfaces:
Serializable
An invalid scope error from the UMA server.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidScopeException
(String message) Create an Invalid Scope exception.InvalidScopeException
(String message, Throwable cause) Create an Invalid Scope exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidScopeException
Create an Invalid Scope exception.- Parameters:
message
- the message
-
InvalidScopeException
Create an Invalid Scope exception.- Parameters:
message
- the messagecause
- the cause
-