public class TransitionException extends PipelineManagerException
This exception will be thrown on an unsuccessful attempt at transitioning from one link to the next.
PipelineChain,
PipelineLink,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
TransitionException()
Constructs a new TransitionException.
|
TransitionException(java.lang.String pStr)
Constructs a new TransitionException with the given
explanation.
|
TransitionException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new TransitionException with the given
explanation.
|
TransitionException(java.lang.Throwable pSourceException)
Constructs a new TransitionException.
|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toStringpublic TransitionException()
public TransitionException(java.lang.String pStr)
public TransitionException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic TransitionException(java.lang.String pStr,
java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problem