public class IdaxApiException extends RuntimeException
| 构造器和说明 |
|---|
IdaxApiException()
Instantiates a new Idax api exception.
|
IdaxApiException(IdaxApiError error)
Instantiates a new Idax api exception.
|
IdaxApiException(String message)
Instantiates a new Idax api exception.
|
IdaxApiException(String message,
Throwable cause)
Instantiates a new Idax api exception.
|
IdaxApiException(Throwable cause)
Instantiates a new Idax api exception.
|
| 限定符和类型 | 方法和说明 |
|---|---|
IdaxApiError |
getError() |
String |
getMessage() |
public IdaxApiException(IdaxApiError error)
error - an error response objectpublic IdaxApiException()
public IdaxApiException(String message)
message - the messagepublic IdaxApiException(Throwable cause)
cause - the causepublic IdaxApiError getError()
public String getMessage()
getMessage 在类中 ThrowableCopyright © 2019. All rights reserved.