Uses of Enum Class
cloud.opencode.base.pool.exception.OpenPoolException.PoolErrorType
Packages that use OpenPoolException.PoolErrorType
Package
Description
Exception Package - Pool Exceptions
异常包 - 池异常
-
Uses of OpenPoolException.PoolErrorType in cloud.opencode.base.pool.exception
Subclasses with type arguments of type OpenPoolException.PoolErrorType in cloud.opencode.base.pool.exceptionModifier and TypeClassDescriptionstatic enumPool error type enumeration.Methods in cloud.opencode.base.pool.exception that return OpenPoolException.PoolErrorTypeModifier and TypeMethodDescriptionOpenPoolException.errorType()Gets the error type.Returns the enum constant of this class with the specified name.static OpenPoolException.PoolErrorType[]OpenPoolException.PoolErrorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.pool.exception with parameters of type OpenPoolException.PoolErrorTypeModifierConstructorDescriptionOpenPoolException(String message, String poolName, OpenPoolException.PoolErrorType errorType) Creates exception with full details.OpenPoolException(String message, String poolName, OpenPoolException.PoolErrorType errorType, Throwable cause) Creates exception with full details and cause.