public class PayjpApiException
PayjpApiException
| コンストラクタと説明 |
|---|
PayjpApiException(java.lang.String message,
java.lang.Throwable cause,
int httpStatusCode,
ApiError apiError,
java.lang.String source)
PayjpApiException
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ApiError |
getApiError()
error information from api response
|
java.lang.Throwable |
getCause()
cause throwable
|
int |
getHttpStatusCode()
code e.g.
|
java.lang.String |
getMessage()
message
|
java.lang.String |
getSource()
raw json string
|
public PayjpApiException(@NotNull
java.lang.String message,
@NotNull
java.lang.Throwable cause,
int httpStatusCode,
@NotNull
ApiError apiError,
@Nullable
java.lang.String source)
PayjpApiException
message - messagecause - cause throwablehttpStatusCode - code e.g. 400apiError - error information from api responsesource - raw json string@NotNull public java.lang.String getMessage()
message
@NotNull public java.lang.Throwable getCause()
cause throwable
public int getHttpStatusCode()
code e.g.
400
@NotNull public ApiError getApiError()
error information from api response
@Nullable public java.lang.String getSource()
raw json string