public class NodeProcessException extends Exception
Node
that could not be resolved to a
Action
.Constructor and 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NodeProcessException(String message)
message
- The message.public NodeProcessException(String message, Throwable cause)
cause
- The cause.message
- The message.public NodeProcessException(Throwable cause)
cause
- The cause.Copyright © 2010-2018, ForgeRock All Rights Reserved.