kin-android

kin-android / kin.sdk.exception

Package kin.sdk.exception

Exceptions

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
CorruptedDataException Input exported account data is corrupted and cannot be imported.class CorruptedDataException : Exception
CreateAccountException class CreateAccountException : Exception
CryptoException Decryption/Encryption error when importing - KinClient.importAccount or exporting KinAccount.export an account.class CryptoException : Exception
DeleteAccountException class DeleteAccountException : Exception
IllegalAmountException amount was not legalclass IllegalAmountException : OperationFailedException
InsufficientFeeException class InsufficientFeeException : OperationFailedException
InsufficientKinException Transaction failed due to insufficient kin.class InsufficientKinException : OperationFailedException
LoadAccountException class LoadAccountException : Exception
OperationFailedException open class OperationFailedException : Exception
TransactionFailedException Blockchain transaction failure has happened, contains blockchain specific error detailsclass TransactionFailedException : OperationFailedException