Uses of Enum Class
cloud.opencode.base.lock.exception.OpenLockException.LockErrorType
Packages that use OpenLockException.LockErrorType
Package
Description
Lock Exception Package - Lock-related exceptions
锁异常包 - 锁相关异常
-
Uses of OpenLockException.LockErrorType in cloud.opencode.base.lock.exception
Subclasses with type arguments of type OpenLockException.LockErrorType in cloud.opencode.base.lock.exceptionModifier and TypeClassDescriptionstatic enumLock Error Type Enumeration 锁错误类型枚举Methods in cloud.opencode.base.lock.exception that return OpenLockException.LockErrorTypeModifier and TypeMethodDescriptionOpenLockException.errorType()Gets the type of lock error that occurred 获取发生的锁错误类型Returns the enum constant of this class with the specified name.static OpenLockException.LockErrorType[]OpenLockException.LockErrorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.lock.exception with parameters of type OpenLockException.LockErrorTypeModifierConstructorDescriptionOpenLockException(String message, String lockName, OpenLockException.LockErrorType errorType) Constructs a new lock exception with full details 使用完整详情构造新的锁异常OpenLockException(String message, String lockName, OpenLockException.LockErrorType errorType, Throwable cause) Constructs a new lock exception with full details and cause 使用完整详情和原因构造新的锁异常