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