@OpenApiAll
public class ElementLockedByOtherException
extends java.lang.Exception
| Constructor and Description | 
|---|
ElementLockedByOtherException(Element element,
                             java.lang.String user)
Creates new instance of  
ElementLockedByOtherException | 
| Modifier and Type | Method and Description | 
|---|---|
Element | 
getElement()
Gets the element that is locked by other user 
 | 
java.lang.String | 
getUser()
Gets the user who has locked the element 
 | 
public ElementLockedByOtherException(Element element, java.lang.String user)
ElementLockedByOtherExceptionelement - the element that is locked by other useruser - the user who has locked the elementpublic Element getElement()
public java.lang.String getUser()