Uses of Class
org.gcube.smartgears.handlers.application.request.RequestError
-
Packages that use RequestError Package Description org.gcube.smartgears.handlers.application.request -
-
Uses of RequestError in org.gcube.smartgears.handlers.application.request
Methods in org.gcube.smartgears.handlers.application.request that return RequestError Modifier and Type Method Description RequestErrorRequestException. error()Returns the underlying error.static RequestErrorRequestError. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestError[]RequestError. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.gcube.smartgears.handlers.application.request with parameters of type RequestError Constructor Description RequestException(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.
-