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