AccountKitException
最新版的 SDK 已不支持此类。

Represents an error condition specific to the AccountKit SDK for Android.

扩展:RuntimeException
应用安装包:accountkit
构造函数
AccountKitException(AccountKitError)

Constructs a new AccountKitException.

public AccountKitException(AccountKitError error)
参数描述
errorThe error
AccountKitException(Type, InternalAccountKitError)

Constructs a new AccountKitException.

public AccountKitException(Type errorType, InternalAccountKitError internalError)
参数描述
errorTypeThe error
internalErrorThe internal error
AccountKitException(Type, InternalAccountKitError, String)

Constructs a new AccountKitException.

public AccountKitException(Type errorType, InternalAccountKitError internalError, String message)
参数描述
errorTypeThe errorType
internalErrorInternal error
messageExtra detail to append to error
AccountKitException(Type, InternalAccountKitError, Throwable)

Constructs a new AccountKitException.

public AccountKitException(Type errorType, InternalAccountKitError internalError, Throwable throwable)
参数描述
errorTypeThe error type
internalErrorInternal error
throwableThe cause of this exception
AccountKitException(Type, Throwable)

Constructs a new AccountKitException.

public AccountKitException(Type errorType, Throwable throwable)
参数描述
errorTypeThe errorType
throwableThe cause of this exception
实例方法
getError()
public AccountKitError getError()
Returns
The underlying error