public class ChainTimeoutException extends PipelineManagerException
This exception will be thrown on a timeout waiting for a lock.
PipelineLink,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
ChainTimeoutException()
Constructs a new ChainTimeoutException.
|
ChainTimeoutException(java.lang.String pStr)
Constructs a new ChainTimeoutException with the given
explanation.
|
ChainTimeoutException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new ChainTimeoutException with the given
explanation.
|
ChainTimeoutException(java.lang.Throwable pSourceException)
Constructs a new ChainTimeoutException.
|
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toStringpublic ChainTimeoutException()
public ChainTimeoutException(java.lang.String pStr)
public ChainTimeoutException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic ChainTimeoutException(java.lang.String pStr,
java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problem