public class MychainSdkException extends RuntimeException
| 构造器和说明 |
|---|
MychainSdkException(IErrorCode errorCode) |
MychainSdkException(IErrorCode errorCode,
String errorMessage) |
MychainSdkException(IErrorCode errorCode,
String errorMessage,
Throwable e) |
| 限定符和类型 | 方法和说明 |
|---|---|
IErrorCode |
getErrorCode() |
String |
getErrorMessage() |
static void |
throwInvalidParameters() |
static void |
throwInvalidParameters(String msg)
Throw invalid parameters.
|
static void |
throwNullParameters()
Throw null parameters.
|
public MychainSdkException(IErrorCode errorCode, String errorMessage, Throwable e)
public MychainSdkException(IErrorCode errorCode, String errorMessage)
public MychainSdkException(IErrorCode errorCode)
public static void throwInvalidParameters(String msg)
msg - the msgpublic static void throwInvalidParameters()
public static void throwNullParameters()
public IErrorCode getErrorCode()
public String getErrorMessage()
Copyright © 2022. All rights reserved.