kin-android / kin.sdk.exception / OperationFailedException
open class OperationFailedException : Exception
| Name | Summary |
|---|---|
| <init> | OperationFailedException(cause: Throwable?)OperationFailedException(message: String?)OperationFailedException(message: String?, cause: Exception?) |
| Name | Summary |
|---|---|
| AccountDeletedException | Account was deleted using KinClient.deleteAccount, and cannot be used any more.class AccountDeletedException : OperationFailedException |
| AccountNotFoundException | Account was not created on the blockchainclass AccountNotFoundException : OperationFailedException |
| IllegalAmountException | amount was not legalclass IllegalAmountException : OperationFailedException |
| InsufficientFeeException | class InsufficientFeeException : OperationFailedException |
| InsufficientKinException | Transaction failed due to insufficient kin.class InsufficientKinException : OperationFailedException |
| TransactionFailedException | Blockchain transaction failure has happened, contains blockchain specific error detailsclass TransactionFailedException : OperationFailedException |