Class PipeLineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.simplace.pipe.util.exceptions.PipeLineException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PipelLineStepSkippedException
PipeLineException is thrown if an error occurs while processing the connectlet pipeline.
- Author:
- Andreas Enders
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPipeLineException(String aMessage) Constructs with a messagePipeLineException(String aMessage, Exception aException) Constructs with a message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PipeLineException
Constructs with a message- Parameters:
aMessage-
-
PipeLineException
Constructs with a message- Parameters:
aMessage-aException-
-