AccountKitException
Diese Klasse ist in der neuesten Version des SDKs nicht mehr verfügbar.

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

Erweiterungen:RuntimeException
Package:accountkit
Konstruktoren
AccountKitException(AccountKitError)

Constructs a new AccountKitException.

public AccountKitException(AccountKitError error)
ParameterBeschreibung
errorThe error
AccountKitException(Type, InternalAccountKitError)

Constructs a new AccountKitException.

public AccountKitException(Type errorType, InternalAccountKitError internalError)
ParameterBeschreibung
errorTypeThe error
internalErrorThe internal error
AccountKitException(Type, InternalAccountKitError, String)

Constructs a new AccountKitException.

public AccountKitException(Type errorType, InternalAccountKitError internalError, String message)
ParameterBeschreibung
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)
ParameterBeschreibung
errorTypeThe error type
internalErrorInternal error
throwableThe cause of this exception
AccountKitException(Type, Throwable)

Constructs a new AccountKitException.

public AccountKitException(Type errorType, Throwable throwable)
ParameterBeschreibung
errorTypeThe errorType
throwableThe cause of this exception
Instance-Methoden
getError()
public AccountKitError getError()
Returns
The underlying error