com.endeca.cas.extension
Class PipelineStoppedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.endeca.cas.extension.PipelineStoppedException
All Implemented Interfaces:
Serializable

public class PipelineStoppedException
extends RuntimeException

Exception indicating that pipeline processing has been aborted by the user. This will be thrown by OutputChannel.output(com.endeca.itl.record.Record), and should be thrown by a PipelineComponentRuntime when it detects a stop.

See Also:
Serialized Form

Constructor Summary
PipelineStoppedException()
           
PipelineStoppedException(String message)
           
PipelineStoppedException(String message, Throwable cause)
           
PipelineStoppedException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PipelineStoppedException

public PipelineStoppedException()

PipelineStoppedException

public PipelineStoppedException(String message,
                                Throwable cause)

PipelineStoppedException

public PipelineStoppedException(String message)

PipelineStoppedException

public PipelineStoppedException(Throwable cause)


Copyright © 2011 Endeca. All Rights Reserved.