Class StoreRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StoreBusyException, StoreIndexNotFoundException, StoreOperationAbandonedException, StoreReconnectFailedException, StoreReconnectTimeoutException, StoreStreamNotFoundException, StoreStreamRegisteredException, StoreStreamTerminatedException

public class StoreRuntimeException extends RuntimeException
An unchecked exception that indicates a store operation has failed.
See Also:
  • Constructor Details

    • StoreRuntimeException

      public StoreRuntimeException(Throwable cause)
      Create a StoreRuntimeException with an underlying cause.
      Parameters:
      cause - the exception that led to this exception being created
    • StoreRuntimeException

      public StoreRuntimeException(String message)
      Create a StoreRuntimeException with a message.
      Parameters:
      message - the message
    • StoreRuntimeException

      public StoreRuntimeException(String message, Throwable cause)
      Create a StoreRuntimeException with a message and underlying cause.
      Parameters:
      message - the message
      cause - the exception that led to this exception being created