Class CouldNotLockCaseException

All Implemented Interfaces:
Serializable

public class CouldNotLockCaseException extends ProcessException
This exception is used to indicate an operation on the case is not allowed as the case is locked.
Since:
7.1
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • CouldNotLockCaseException

      public CouldNotLockCaseException(String message)
      Constructs the exception with a message explaining the cause.
      Parameters:
      message - Message explaining the cause of the exception.