public class GadgetException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
GadgetException.Code |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
GadgetException.Code |
getCode() |
int |
getHttpStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GadgetException(GadgetException.Code code, int httpStatusCode)
public GadgetException(GadgetException.Code code, Throwable cause, int httpStatusCode)
public GadgetException(GadgetException.Code code, String msg, Throwable cause, int httpStatusCode)
public GadgetException(GadgetException.Code code, String msg, int httpStatusCode)
public GadgetException(GadgetException.Code code)
public GadgetException(GadgetException.Code code, Throwable cause)
public GadgetException(GadgetException.Code code, String msg, Throwable cause)
public GadgetException(GadgetException.Code code, String msg)
public GadgetException.Code getCode()
public int getHttpStatusCode()
Copyright © 2007-2012. All Rights Reserved.