Uses of Enum Class
com.loomcache.common.exception.ConnectionException.ConnectionError
Packages that use ConnectionException.ConnectionError
-
Uses of ConnectionException.ConnectionError in com.loomcache.common.exception
Subclasses with type arguments of type ConnectionException.ConnectionError in com.loomcache.common.exceptionModifier and TypeClassDescriptionstatic enumEnumeration of connection error types.Methods in com.loomcache.common.exception that return ConnectionException.ConnectionErrorModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ConnectionException.ConnectionError[]ConnectionException.ConnectionError.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loomcache.common.exception with parameters of type ConnectionException.ConnectionErrorModifierConstructorDescriptionConnectionException(String message, @Nullable String remoteAddress, @Nullable String remotePort, ConnectionException.ConnectionError errorType, @Nullable Throwable cause) Creates a new ConnectionException with detailed information.