Package org.forgerock.openig.uma
Class UmaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.http.protocol.ResponseException
org.forgerock.openig.uma.UmaException
- All Implemented Interfaces:
Serializable
UMA Resource Server specific exception thrown when unrecoverable errors are happening.
- See Also:
-
Constructor Summary
ConstructorDescriptionUmaException
(String message) Creates a new UmaException with the givenmessage
.UmaException
(String message, Throwable cause) Creates a new UmaException with the givenmessage
and the givencause
. -
Method Summary
Methods inherited from class org.forgerock.http.protocol.ResponseException
getResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UmaException
Creates a new UmaException with the givenmessage
.- Parameters:
message
- cause description
-
UmaException
Creates a new UmaException with the givenmessage
and the givencause
.- Parameters:
message
- cause descriptioncause
- parent cause
-