| Package | Description |
|---|---|
| org.gcube.smartgears.handlers.application.request |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and 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 cause
|
RequestException(RequestError error,
Throwable cause,
String message)
Creates an instance with an underlying error, an underlying cause, and an underlying message.
|
Copyright © 2016. All Rights Reserved.