Class ElementLockAcquisitionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.nomagic.magicdraw.teamwork2.locks.ElementLockAcquisitionException
-
- All Implemented Interfaces:
java.io.Serializable
@OpenApiAll public class ElementLockAcquisitionException extends java.lang.ExceptionAn exception that is thrown to signal that a required element could not be locked- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Elementelementprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description ElementLockAcquisitionException(Element element)Creates new instance ofElementLockAcquisitionException
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementgetElement()Gets the element that could not be locked
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
element
Element element
-
-
Constructor Detail
-
ElementLockAcquisitionException
public ElementLockAcquisitionException(Element element)
Creates new instance ofElementLockAcquisitionException- Parameters:
element- the element that could not be locked
-
-
Method Detail
-
getElement
public Element getElement()
Gets the element that could not be locked- Returns:
- the element
-
-