public class AlipayApiException extends Exception
Constructor and Description |
---|
AlipayApiException()
Instantiates a new Alipay api exception.
|
AlipayApiException(String message)
Instantiates a new Alipay api exception.
|
AlipayApiException(String errCode,
String errMsg)
Instantiates a new Alipay api exception.
|
AlipayApiException(String message,
Throwable cause)
Instantiates a new Alipay api exception.
|
AlipayApiException(Throwable cause)
Instantiates a new Alipay api exception.
|
Modifier and Type | Method and Description |
---|---|
String |
getErrCode()
Gets err code.
|
String |
getErrMsg()
Gets err msg.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AlipayApiException()
public AlipayApiException(String message, Throwable cause)
message
- the messagecause
- the causepublic AlipayApiException(String message)
message
- the messagepublic AlipayApiException(Throwable cause)
cause
- the causeCopyright © 2018. All rights reserved.