|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GadgetException.Code | |
|---|---|
| org.apache.shindig.gadgets | |
| Uses of GadgetException.Code in org.apache.shindig.gadgets |
|---|
| Methods in org.apache.shindig.gadgets that return GadgetException.Code | |
|---|---|
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. |
| Constructors in org.apache.shindig.gadgets with parameters of type GadgetException.Code | |
|---|---|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||