Class RuntimeStoreRollbackException

All Implemented Interfaces:
Serializable

public class RuntimeStoreRollbackException extends RuntimeStoreAccessException
Exception used to indicate that the transaction has been automatically rolled back by the storage service provider.
See Also:
  • Constructor Details

    • RuntimeStoreRollbackException

      public RuntimeStoreRollbackException()
      Default constructor.
    • RuntimeStoreRollbackException

      public RuntimeStoreRollbackException(String msg)
      Constructor with a detailed message.
      Parameters:
      msg - the detailed message associated with this exception
    • RuntimeStoreRollbackException

      public RuntimeStoreRollbackException(Throwable cause)
      Constructor that creates the instance based on a cause.
      Parameters:
      cause - the underlying cause for exception
    • RuntimeStoreRollbackException

      public RuntimeStoreRollbackException(String msg, Throwable cause)
      Constructor to create the instance with an message and cause.
      Parameters:
      msg - the detailed message to be associated with the exception
      cause - the underlying cause.