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