Class NodeProcessException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- org.forgerock.openam.auth.node.api.NodeProcessException
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
@SupportedAll public class NodeProcessException extends Exception
An Exception to indicate that there was a problem processing aNodethat could not be resolved to aAction.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description NodeProcessException(String message)Construct an exception with a message.NodeProcessException(String message, Throwable cause)Construct an exception with a message and a cause.NodeProcessException(Throwable cause)Construct an exception with a cause. 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
NodeProcessException
public NodeProcessException(String message)
Construct an exception with a message.- Parameters:
 message- The message.
 
- 
NodeProcessException
public NodeProcessException(String message, Throwable cause)
Construct an exception with a message and a cause.- Parameters:
 cause- The cause.message- The message.
 
- 
NodeProcessException
public NodeProcessException(Throwable cause)
Construct an exception with a cause.- Parameters:
 cause- The cause.
 
 - 
 
 -