Class NodeProcessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.openam.auth.node.api.NodeProcessException
- All Implemented Interfaces:
Serializable
An Exception to indicate that there was a problem processing a
Node
that could not be resolved to a
Action
.- See Also:
-
Constructor Summary
ConstructorDescriptionNodeProcessException
(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 Details
-
NodeProcessException
Construct an exception with a message.- Parameters:
message
- The message.
-
NodeProcessException
Construct an exception with a message and a cause.- Parameters:
cause
- The cause.message
- The message.
-
NodeProcessException
Construct an exception with a cause.- Parameters:
cause
- The cause.
-