Class RuntimeStoreLockException

All Implemented Interfaces:
Serializable

public class RuntimeStoreLockException extends RuntimeStoreAccessException
Exception used to indicate that an Enterprise Scheduler runtime store lock could not be obtained.
See Also:
  • Constructor Details

    • RuntimeStoreLockException

      public RuntimeStoreLockException()
      Default constructor.
    • RuntimeStoreLockException

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

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

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