AccountKitException
Cette classe n’est plus disponible dans la version la plus récente du SDK.

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

Prolonge :RuntimeException
Package :accountkit
Constructeurs
AccountKitException(AccountKitError)

Constructs a new AccountKitException.

public AccountKitException(AccountKitError error)
ParamètreDescription
errorThe error
AccountKitException(Type, InternalAccountKitError)

Constructs a new AccountKitException.

public AccountKitException(Type errorType, InternalAccountKitError internalError)
ParamètreDescription
errorTypeThe error
internalErrorThe internal error
AccountKitException(Type, InternalAccountKitError, String)

Constructs a new AccountKitException.

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

Constructs a new AccountKitException.

public AccountKitException(Type errorType, Throwable throwable)
ParamètreDescription
errorTypeThe errorType
throwableThe cause of this exception
Méthodes d’instance
getError()
public AccountKitError getError()
Returns
The underlying error