Package com.inrupt.client.uma
Class UmaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.inrupt.client.InruptClientException
com.inrupt.client.uma.UmaException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidGrantException
,InvalidScopeException
,RequestDeniedException
A runtime exception for use with UMA-related errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUmaException
(String message) Create an UMA exception.UmaException
(String message, Throwable cause) Create an UMA 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
-
UmaException
Create an UMA exception.- Parameters:
message
- the message
-
UmaException
Create an UMA exception.- Parameters:
message
- the messagecause
- the cause
-