Class WorkflowLockException

All Implemented Interfaces:
de.espirit.common.LocalizableError, Serializable

public class WorkflowLockException extends LockException
This exception will be thrown if an operation on an element failed because the element is write locked by a workflow instance.
Since:
3.0
See Also:
  • Constructor Details

    • WorkflowLockException

      public WorkflowLockException(String message, User user, long objectId)
      Constructor for this exception based on a message, the operating user and the targeted element.
      Parameters:
      message - The error message.
      user - The requesting user.
      objectId - The id of the targeted element.
      Since:
      4.0.17