public static enum UESLockManagerRTException.E05Q01 extends java.lang.Enum<UESLockManagerRTException.E05Q01> implements ErrorCode
Enum Constant and Description |
---|
M00
System error message.
|
M01
Lock storing failure.
|
M02
Lock reading failure.
|
M03
Lock refresh failure.
|
M04
Lock remove failure.
|
M05
Cannot create lock, nobody authenticated.
|
M06
Cannot register waiting process.
|
M07
Cannot unregister waiting process.
|
M08
Cannot unlock - lock is invalid.
|
M09
Cannot unlock - owner ID does not match.
|
M10
Deadlock detection failure.
|
M11
Lock storing failure - concurrent modification.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<UESLockManagerRTException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static UESLockManagerRTException.E05Q01 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UESLockManagerRTException.E05Q01[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (UESLockManagerRTException.E05Q01 c : UESLockManagerRTException.E05Q01.values()) System.out.println(c);
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullgetExceptionClass
in interface ErrorCode