AccountKitException
Questa classe non è più disponibile nella versione più recente dell'SDK.

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

Estende:RuntimeException
Pacchetto:accountkit
Costruttori
AccountKitException(AccountKitError)

Constructs a new AccountKitException.

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

Constructs a new AccountKitException.

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

Constructs a new AccountKitException.

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

Constructs a new AccountKitException.

public AccountKitException(Type errorType, Throwable throwable)
ParametroDescrizione
errorTypeThe errorType
throwableThe cause of this exception
Metodi di istanza
getError()
public AccountKitError getError()
Returns
The underlying error