Class StoreOperationAbandonedException

All Implemented Interfaces:
Serializable

public class StoreOperationAbandonedException extends StoreRuntimeException
Throw to indicate an operation is abandoned due to a connection failure. The completion status of the abandoned operation is unknown. The value of Throwable.getCause() is the exception by which the connection failure was observed.
See Also:
  • Constructor Details

    • StoreOperationAbandonedException

      public StoreOperationAbandonedException(String message)
    • StoreOperationAbandonedException

      public StoreOperationAbandonedException(Throwable cause)
    • StoreOperationAbandonedException

      public StoreOperationAbandonedException(String message, Throwable cause)