Class PipeRunException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.frankframework.core.IbisException
org.frankframework.core.PipeRunException
- All Implemented Interfaces:
Serializable
Exception thrown when the
doPipe() method
of a Pipe runs in error.- Author:
- Johan Verrips
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class IbisException
IbisException.ExcludeClassInfoExceptionFilter -
Constructor Summary
ConstructorsConstructorDescriptionPipeRunException(@Nullable IPipe pipe, @Nullable String msg) PipeRunException(@Nullable IPipe pipe, @Nullable String msg, @Nullable Throwable e) PipeRunException(@Nullable IPipe pipe, @Nullable String msg, @NonNull Map<String, Object> parameters, @Nullable Throwable e) -
Method Summary
Methods inherited from class IbisException
expandMessage, expandMessage, getExceptionSpecificDetails, getMessage, getMessagesMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PipeRunException
-
PipeRunException
-
PipeRunException
-