public class Err extends Object
| Modifier and Type | Field and Description |
|---|---|
static Err |
FastChNotFound |
static Err |
FlowOverLimit |
static Err |
IllegalIpAddress |
static Err |
IllegalMsgfmt |
static Err |
IllegalProtocol |
static Err |
IllegalState |
static Err |
IllegalUseTemplate |
static Err |
InternalError |
static Err |
InvalidMessage |
static Err |
InvalidMmsContent |
static Err |
InvalidUsrOrPwd |
static Err |
NotFindMimeData |
static Err |
NotLoadedSign |
static Err |
OverDailyMax |
static Err |
QueueOverLimit |
static Err |
RequestTimeout |
static Err |
RequestTooOften |
static Err |
SystemBusy |
static Err |
TransportError |
| Constructor and Description |
|---|
Err(String reason) |
Err(String reason,
String msg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
becauseOf(Err... reasons) |
boolean |
becauseOf(String... reasons) |
String |
getMsg() |
String |
getReason() |
Fault |
makeFault() |
Fault |
makeFault(String message) |
Fault |
makeFault(Throwable cause) |
Err |
newInstance(String msg) |
String |
toString() |
public static final Err IllegalMsgfmt
public static final Err InternalError
public static final Err SystemBusy
public static final Err IllegalState
public static final Err InvalidMessage
public static final Err InvalidUsrOrPwd
public static final Err IllegalIpAddress
public static final Err RequestTimeout
public static final Err TransportError
public static final Err QueueOverLimit
public static final Err FlowOverLimit
public static final Err IllegalProtocol
public static final Err IllegalUseTemplate
public static final Err OverDailyMax
public static final Err NotLoadedSign
public static final Err FastChNotFound
public static final Err NotFindMimeData
public static final Err InvalidMmsContent
public static final Err RequestTooOften
Copyright © 2023. All rights reserved.