Class ModuleUsageLockAcquisitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nomagic.magicdraw.teamwork2.locks.ModuleUsageLockAcquisitionException
- All Implemented Interfaces:
Serializable
An exception that is thrown to signal that a required module usage could not be locked
- See Also:
-
Constructor Summary
ConstructorDescriptionModuleUsageLockAcquisitionException
(ModuleUsage moduleUsage) Creates new instance ofModuleUsageLockAcquisitionException
-
Method Summary
Modifier and TypeMethodDescriptionGets the module usage that could not be lockedMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModuleUsageLockAcquisitionException
Creates new instance ofModuleUsageLockAcquisitionException
- Parameters:
moduleUsage
- the module usage that could not be locked
-
-
Method Details
-
getModuleUsage
Gets the module usage that could not be locked- Returns:
- the module usage
-