public class FullAcquisitionRecoveryRequiredException extends Exception
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
Constructor and Description |
---|
FullAcquisitionRecoveryRequiredException() |
FullAcquisitionRecoveryRequiredException(String message) |
FullAcquisitionRecoveryRequiredException(String message,
Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FullAcquisitionRecoveryRequiredException()
public FullAcquisitionRecoveryRequiredException(String message)
Copyright © 2007, 2015, Oracle and/or its affiliates. All rights reserved.