public static class LoadCommon.SendError
extends java.lang.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,
java.lang.Exception t)
Generate an error based on the parameters
|
SendError(int httpcode,
java.lang.String msg) |
SendError(int httpcode,
java.lang.String msg,
java.lang.Exception t) |
public SendError(int httpcode)
httpcode - 0=>no code specifiedpublic SendError(int httpcode,
java.lang.Exception t)
httpcode - 0=>no code specifiedt - exception that caused the error; may not be nullpublic SendError(int httpcode,
java.lang.String msg)
public SendError(int httpcode,
java.lang.String msg,
java.lang.Exception t)