Package com.inrupt.client.uma
Class InvalidGrantException
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.InvalidGrantException
- All Implemented Interfaces:
Serializable
An invalid grant error from the UMA server.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidGrantException
(String message) Create an Invalid Grant exception.InvalidGrantException
(String message, Throwable cause) Create an Invalid Grant 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
-
InvalidGrantException
Create an Invalid Grant exception.- Parameters:
message
- the message
-
InvalidGrantException
Create an Invalid Grant exception.- Parameters:
message
- the messagecause
- the cause
-