Uses of Class
org.gcube.smartgears.handlers.application.request.RequestError

Packages that use RequestError
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
 RequestError RequestException.error()
          Returns the underlying error.
static RequestError RequestError.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
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 cause
RequestException(RequestError error, Throwable cause, String message)
          Creates an instance with an underlying error, an underlying cause, and an underlying message.
 



Copyright © 2014. All Rights Reserved.