public static class LoadCommon.SendError extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
int |
httpcode |
| Constructor and Description |
|---|
SendError(int httpcode)
Generate an error based on the parameters
|
SendError(int httpcode,
Exception t)
Generate an error based on the parameters
|
SendError(int httpcode,
String msg) |
SendError(int httpcode,
String msg,
Exception t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SendError(int httpcode)
httpcode - 0=>no code specifiedpublic SendError(int httpcode,
Exception t)
httpcode - 0=>no code specifiedt - exception that caused the error; may not be nullpublic SendError(int httpcode,
String msg)