@OpenApiAll
public class ModuleUsageLockedByOtherException
extends java.lang.Exception
| Constructor and Description |
|---|
ModuleUsageLockedByOtherException(ModuleUsage moduleUsage,
java.lang.String user)
Creates new instance of
ModuleUsageLockedByOtherException |
| Modifier and Type | Method and Description |
|---|---|
ModuleUsage |
getModuleUsage()
Gets the module usage that could not be locked
|
java.lang.String |
getUser()
Gets the user who has locked the usage
|
public ModuleUsageLockedByOtherException(ModuleUsage moduleUsage, java.lang.String user)
ModuleUsageLockedByOtherExceptionmoduleUsage - the module usage that could not be lockeduser - the user who has locked the usagepublic ModuleUsage getModuleUsage()
public java.lang.String getUser()