Class ElementLockAcquisitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nomagic.magicdraw.teamwork2.locks.ElementLockAcquisitionException
- All Implemented Interfaces:
Serializable
An exception that is thrown to signal that a required element could not be locked
- See Also:
-
Constructor Summary
ConstructorDescriptionElementLockAcquisitionException
(Element element) Creates new instance ofElementLockAcquisitionException
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ElementLockAcquisitionException
Creates new instance ofElementLockAcquisitionException
- Parameters:
element
- the element that could not be locked
-
-
Method Details
-
getElement
Gets the element that could not be locked- Returns:
- the element
-