public class InvalidTaskFlowReentryException extends ControllerException
| Constructor and Description |
|---|
InvalidTaskFlowReentryException()
Constructor.
|
InvalidTaskFlowReentryException(ExceptionKey key)
Constructor.
|
InvalidTaskFlowReentryException(ExceptionKey key,
java.lang.Throwable cause)
Constructor.
|
InvalidTaskFlowReentryException(ExceptionKey key,
java.lang.Throwable cause,
java.lang.Object... args)
Constructor.
|
getCause, getErrorId, getErrorNumber, getLocalizedMessage, getMessage, initpublic InvalidTaskFlowReentryException()
public InvalidTaskFlowReentryException(ExceptionKey key)
key - Key to the resource bundle messagepublic InvalidTaskFlowReentryException(ExceptionKey key, java.lang.Throwable cause)
key - Key to the resource bundle messagecause - root causepublic InvalidTaskFlowReentryException(ExceptionKey key, java.lang.Throwable cause, java.lang.Object... args)
key - Key to the resource bundle messagecause - root causeargs - message arguments.