Uses of Enum Class
com.loomcache.common.exception.AuthenticationException.AuthError
Packages that use AuthenticationException.AuthError
-
Uses of AuthenticationException.AuthError in com.loomcache.common.exception
Subclasses with type arguments of type AuthenticationException.AuthError in com.loomcache.common.exceptionModifier and TypeClassDescriptionstatic enumEnumeration of authentication error types.Methods in com.loomcache.common.exception that return AuthenticationException.AuthErrorModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AuthenticationException.AuthError[]AuthenticationException.AuthError.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 AuthenticationException.AuthErrorModifierConstructorDescriptionAuthenticationException(String message, @Nullable String principal, AuthenticationException.AuthError errorType, Throwable cause) Creates a new AuthenticationException with detailed information.