@OpenApiAll
public class ElementLockAcquisitionException
extends java.lang.Exception
Constructor and Description |
---|
ElementLockAcquisitionException(Element element)
Creates new instance of
ElementLockAcquisitionException |
Modifier and Type | Method and Description |
---|---|
Element |
getElement()
Gets the element that could not be locked
|
Element element
public ElementLockAcquisitionException(Element element)
ElementLockAcquisitionException
element
- the element that could not be lockedpublic Element getElement()