org.openpipeline.scheduler
Class PipelineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
PipelineException()
           
PipelineException(String message)
           
PipelineException(String message, Throwable cause)
           
PipelineException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PipelineException

public PipelineException()

PipelineException

public PipelineException(String message)

PipelineException

public PipelineException(String message,
                         Throwable cause)

PipelineException

public PipelineException(Throwable cause)