| Package | Description |
|---|---|
| org.apache.shindig.gadgets |
| Modifier and Type | Method and Description |
|---|---|
GadgetException.Code |
GadgetException.getCode() |
static GadgetException.Code |
GadgetException.Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GadgetException.Code[] |
GadgetException.Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GadgetException(GadgetException.Code code) |
GadgetException(GadgetException.Code code,
int httpStatusCode) |
GadgetException(GadgetException.Code code,
String msg) |
GadgetException(GadgetException.Code code,
String msg,
int httpStatusCode) |
GadgetException(GadgetException.Code code,
String msg,
Throwable cause) |
GadgetException(GadgetException.Code code,
String msg,
Throwable cause,
int httpStatusCode) |
GadgetException(GadgetException.Code code,
Throwable cause) |
GadgetException(GadgetException.Code code,
Throwable cause,
int httpStatusCode) |
Copyright © 2007-2012. All Rights Reserved.