com.endeca.cas.extension
Class FatalExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.cas.extension.PipelineComponentException
              extended by com.endeca.cas.extension.ExecutionException
                  extended by com.endeca.cas.extension.FatalExecutionException
All Implemented Interfaces:
Serializable

public class FatalExecutionException
extends ExecutionException

Signals that a fatal exception has occurred during pipeline processing. This should be returned if all acquisition should stop.

See Also:
Serialized Form

Constructor Summary
FatalExecutionException()
           
FatalExecutionException(String message)
           
FatalExecutionException(String message, Throwable cause)
           
FatalExecutionException(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

FatalExecutionException

public FatalExecutionException()

FatalExecutionException

public FatalExecutionException(String message)

FatalExecutionException

public FatalExecutionException(Throwable cause)

FatalExecutionException

public FatalExecutionException(String message,
                               Throwable cause)


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.