public class WeMpException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static Integer |
DEFAULT_CODE |
private Integer |
errcode |
| Constructor and Description |
|---|
WeMpException(Integer errcode,
String errmsg)
Instantiates a new We com exception.
|
WeMpException(String errmsg)
Instantiates a new We com exception.
|
WeMpException(String message,
Throwable cause)
Instantiates a new We com exception.
|
WeMpException(Throwable cause)
Instantiates a new We com exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final Integer DEFAULT_CODE
private final Integer errcode
public WeMpException(Throwable cause)
cause - the causepublic WeMpException(String message, Throwable cause)
message - the messagecause - the causepublic WeMpException(String errmsg)
errmsg - the errmsgCopyright © 2023. All rights reserved.