Uses of Enum Class
org.gcube.smartgears.handlers.application.request.RequestError
Packages that use RequestError
-
Uses of RequestError in org.gcube.smartgears.handlers.application.request
Methods in org.gcube.smartgears.handlers.application.request that return RequestErrorModifier and TypeMethodDescriptionRequestException.error()Returns the underlying error.static RequestErrorReturns the enum constant of this class with the specified name.static RequestError[]RequestError.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.gcube.smartgears.handlers.application.request with parameters of type RequestErrorModifierConstructorDescriptionRequestException(RequestError error) Creates an instance with an underlying error.RequestException(RequestError error, String message) Creates an instance with an underling error and a custom message.RequestException(RequestError error, Throwable cause) Creates an instance with an underlying error and an underlying causeRequestException(RequestError error, Throwable cause, String message) Creates an instance with an underlying error, an underlying cause, and an underlying message.