Klasse PipeLineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.simplace.pipe.util.exceptions.PipeLineException
- Alle implementierten Schnittstellen:
Serializable
- Bekannte direkte Unterklassen:
PipelLineStepSkippedException
PipeLineException is thrown if an error occurs while processing the connectlet pipeline.
- Autor:
- Andreas Enders
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungPipeLineException(String aMessage) Constructs with a messagePipeLineException(String aMessage, Exception aException) Constructs with a message -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
PipeLineException
Constructs with a message- Parameter:
aMessage-
-
PipeLineException
Constructs with a message- Parameter:
aMessage-aException-
-