Uses of Enum Class
net.solarnetwork.central.security.AuthorizationException.Reason
Packages that use AuthorizationException.Reason
-
Uses of AuthorizationException.Reason in net.solarnetwork.central.security
Methods in net.solarnetwork.central.security that return AuthorizationException.ReasonModifier and TypeMethodDescriptionAuthorizationException.getReason()Get the authorization exception reason.Returns the enum constant of this class with the specified name.static AuthorizationException.Reason[]AuthorizationException.Reason.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.solarnetwork.central.security with parameters of type AuthorizationException.ReasonModifierConstructorDescriptionAuthorizationException(String username, AuthorizationException.Reason reason) Construct authorization exception.Construct authorization exception related to some primary key.AuthorizationException(AuthorizationException.Reason reason, Object id, Throwable cause) Construct authorization exception related to some primary key and cause.