Class RuntimeStoreAccessException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RuntimeStoreAccessRecoverableException, RuntimeStoreLockException, RuntimeStoreRollbackException

public class RuntimeStoreAccessException extends RuntimeServiceException
Exception used to indicate an error accessing or performing an operation on the Enterprise Scheduler runtime store.
See Also:
  • Constructor Details

    • RuntimeStoreAccessException

      public RuntimeStoreAccessException()
      Default constructor.
    • RuntimeStoreAccessException

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

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

      public RuntimeStoreAccessException(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.