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
public class UmaException extends ResponseException
UMA Resource Server specific exception thrown when unrecoverable errors are happening.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description UmaException(String message)Creates a new UmaException with the givenmessage.UmaException(String message, Throwable cause)Creates a new UmaException with the givenmessageand 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 Detail
- 
UmaException
public UmaException(String message)
Creates a new UmaException with the givenmessage.- Parameters:
 message- cause description
 
 - 
 
 -