Class WorkflowLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.espirit.common.CheckedException
de.espirit.firstspirit.access.store.LockException
de.espirit.firstspirit.access.store.templatestore.WorkflowLockException
- All Implemented Interfaces:
LocalizableError
,Serializable
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 Summary
ConstructorDescriptionWorkflowLockException
(String message, User user, long objectId) Constructor for this exception based on a message, the operating user and the targeted element. -
Method Summary
Methods inherited from class de.espirit.firstspirit.access.store.LockException
getObjectId, getUserId, getUserLoginName
Methods inherited from class de.espirit.common.CheckedException
getContext, getErrorCode, getLocalizedMessage, setErrorCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorkflowLockException
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
-