org.openpipeline.scheduler
Class PipelineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openpipeline.scheduler.PipelineException
- All Implemented Interfaces:
- Serializable
public class PipelineException
- extends Exception
A checked exception that indicates a recoverable error in the pipeline; it means
that this particular item won't be processed, but the connector should not
stop running. An unchecked exception indicates a fatal error and the
connector should stop.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PipelineException
public PipelineException()
PipelineException
public PipelineException(String message)
PipelineException
public PipelineException(String message,
Throwable cause)
PipelineException
public PipelineException(Throwable cause)