Represents an error condition specific to the AccountKit SDK for Android.
ขยาย: | RuntimeException |
แพ็คเกจ: | accountkit |
AccountKitException(AccountKitError)
Constructs a new AccountKitException.
public AccountKitException(AccountKitError error)
พารามิเตอร์ | คำอธิบาย |
---|---|
error | The error |
AccountKitException(Type, InternalAccountKitError)
Constructs a new AccountKitException.
public AccountKitException(Type errorType, InternalAccountKitError internalError)
พารามิเตอร์ | คำอธิบาย |
---|---|
errorType | The error |
internalError | The internal error |
AccountKitException(Type, InternalAccountKitError, String)
Constructs a new AccountKitException.
public AccountKitException(Type errorType, InternalAccountKitError internalError, String message)
พารามิเตอร์ | คำอธิบาย |
---|---|
errorType | The errorType |
internalError | Internal error |
message | Extra detail to append to error |
AccountKitException(Type, InternalAccountKitError, Throwable)
Constructs a new AccountKitException.
public AccountKitException(Type errorType, InternalAccountKitError internalError, Throwable throwable)
พารามิเตอร์ | คำอธิบาย |
---|---|
errorType | The error type |
internalError | Internal error |
throwable | The cause of this exception |
AccountKitException(Type, Throwable)
Constructs a new AccountKitException.
public AccountKitException(Type errorType, Throwable throwable)
พารามิเตอร์ | คำอธิบาย |
---|---|
errorType | The errorType |
throwable | The cause of this exception |
getError()
public AccountKitError getError()