Class WorkflowDatabaseException

All Implemented Interfaces:
Serializable

public class WorkflowDatabaseException extends WorkflowException
Exception that is thrown for failing database operations.
See Also:
  • Constructor Details

    • WorkflowDatabaseException

      public WorkflowDatabaseException()
      Constructs a new workflow database exception without a message or a cause.
    • WorkflowDatabaseException

      public WorkflowDatabaseException(String message)
      Constructs a new workflow database exception with a message.
      Parameters:
      message - the message describing the exception
    • WorkflowDatabaseException

      public WorkflowDatabaseException(Throwable cause)
      Constructs a new workflow database exception with the throwable causing this exception to be thrown.
      Parameters:
      cause - the cause of this exception
    • WorkflowDatabaseException

      public WorkflowDatabaseException(String message, Throwable cause)
      Constructs a new workflow database exception with a message and the throwable that caused this exception to be thrown.
      Parameters:
      message - the message describing the exception
      cause - the cause of this exception