com.endeca.cas.extension
Class ExecutionException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FatalExecutionException

public class ExecutionException
extends PipelineComponentException

Signals that a non-fatal failure has occurred during execution of pipeline processing. This should be used when the failure is limited to the current call, and not when all future calls will fail. CAS will roll back any data acquired if this exception is thrown in a data source. If this exception is thrown in a manipulator, pipeline record processing will continue.

See Also:
FatalExecutionException, Serialized Form

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

ExecutionException

public ExecutionException()

ExecutionException

public ExecutionException(String message)

ExecutionException

public ExecutionException(Throwable cause)

ExecutionException

public ExecutionException(String message,
                          Throwable cause)


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