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