com.endeca.cas.extension
Class FullAcquisitionRecoveryRequiredException

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

public class FullAcquisitionRecoveryRequiredException
extends Exception

Throwing this exception during PipelineComponentRuntime.endAcquisition(AcquisitionEndState) signals to CAS that the state kept by a IncrementalDataSourceRuntime cannot be recovered. In such an event, CAS will force a full acquisition the next time an acquisition is started.

Throwing this exception causes the end acquisition state to transition to AcquisitionEndState.FULL_ACQUISITION_RECOVERY_REQUIRED

See Also:
PipelineComponentRuntime.endAcquisition(AcquisitionEndState), Serialized Form

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

FullAcquisitionRecoveryRequiredException

public FullAcquisitionRecoveryRequiredException()

FullAcquisitionRecoveryRequiredException

public FullAcquisitionRecoveryRequiredException(String message)

FullAcquisitionRecoveryRequiredException

public FullAcquisitionRecoveryRequiredException(String message,
                                                Throwable t)


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