Uses of Enum Class
org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryAuthorizationException.Reason
Package
Description
Auto-configuration for actuator Cloud Foundry concerns.
-
Uses of CloudFoundryAuthorizationException.Reason in org.springframework.boot.actuate.autoconfigure.cloudfoundry
Modifier and TypeMethodDescriptionCloudFoundryAuthorizationException.getReason()
Return the reason why the authorization exception was thrown.Returns the enum constant of this class with the specified name.CloudFoundryAuthorizationException.Reason.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionCloudFoundryAuthorizationException
(CloudFoundryAuthorizationException.Reason reason, String message) CloudFoundryAuthorizationException
(CloudFoundryAuthorizationException.Reason reason, String message, Throwable cause)