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