Package oracle.kv

Class ContingencyException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OperationExecutionException, TableOpExecutionException

public abstract class ContingencyException extends Exception
Used to indicate a status condition or result that is not expressed through the return value, and that should normally be handled by the caller of the method.
See Also: