Package org.frankframework.core
Class PipeStartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.frankframework.core.IbisException
org.frankframework.core.PipeStartException
- All Implemented Interfaces:
Serializable
Exception that indicates that the starting of a
Pipe
did not
succeed.- Author:
- Johan Verrips IOS
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.frankframework.core.IbisException
IbisException.ExcludeClassInfoExceptionFilter
-
Constructor Summary
ConstructorDescriptionPipeStartException constructor comment.PipeStartException
(String msg) PipeStartException constructor comment.PipeStartException
(String msg, Throwable e) -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the pipe in error.void
setPipeNameInError
(String newPipeNameInError) Set the name of the pipe in error.Methods inherited from class org.frankframework.core.IbisException
expandMessage, expandMessage, getExceptionSpecificDetails, getMessage, getMessages
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PipeStartException
public PipeStartException()PipeStartException constructor comment. -
PipeStartException
PipeStartException constructor comment. -
PipeStartException
-
PipeStartException
-
-
Method Details
-
getPipeNameInError
Get the name of the pipe in error. -
setPipeNameInError
Set the name of the pipe in error.
-