Serialized Form
-
Package com.hedera.hashgraph.sdk
-
Exception Class com.hedera.hashgraph.sdk.BadEntityIdException
class BadEntityIdException extends Exception implements Serializable-
Serialized Fields
-
-
Exception Class com.hedera.hashgraph.sdk.BadKeyException
class BadKeyException extends IllegalArgumentException implements Serializable -
Exception Class com.hedera.hashgraph.sdk.BadMnemonicException
class BadMnemonicException extends Exception implements Serializable-
Serialized Fields
-
mnemonic
Mnemonic mnemonic
The mnemonic that failed validation. -
reason
BadMnemonicReason reason
The reason for which the mnemonic failed validation. -
unknownWordIndices
List<Integer> unknownWordIndices
If not null, these are the indices in the mnemonic that were not found in the BIP-39 standard English word list.If
reason == BadMnemonicReason.UnknownWordsthen this will be not null.
-
-
-
Exception Class com.hedera.hashgraph.sdk.HederaPreCheckStatusException
class HederaPreCheckStatusException extends PrecheckStatusException implements Serializable -
Exception Class com.hedera.hashgraph.sdk.HederaReceiptStatusException
class HederaReceiptStatusException extends ReceiptStatusException implements Serializable -
Exception Class com.hedera.hashgraph.sdk.MaxAttemptsExceededException
class MaxAttemptsExceededException extends IllegalStateException implements Serializable -
Exception Class com.hedera.hashgraph.sdk.MaxQueryPaymentExceededException
class MaxQueryPaymentExceededException extends RuntimeException implements Serializable-
Serialized Fields
-
maxQueryPayment
Hbar maxQueryPayment
The limit for a single automatic query payment, set byClient.setDefaultMaxQueryPayment(Hbar)(Hbar)} orQuery.setMaxQueryPayment(Hbar). -
queryCost
Hbar queryCost
The cost of the query that was attempted as returned byQuery.getCost(Client).
-
-
-
Exception Class com.hedera.hashgraph.sdk.PrecheckStatusException
class PrecheckStatusException extends Exception implements Serializable-
Serialized Fields
-
status
Status status
The status of the failing transaction -
transactionId
TransactionId transactionId
The ID of the transaction that failed.This can be `null` if a query fails pre-check without an associated payment transaction.
-
-
-
Exception Class com.hedera.hashgraph.sdk.ReceiptStatusException
class ReceiptStatusException extends Exception implements Serializable-
Serialized Fields
-
receipt
TransactionReceipt receipt
The receipt of the transaction that failed; the only initialized field isTransactionReceipt.status. -
transactionId
TransactionId transactionId
The ID of the transaction that failed, in case that context is no longer available (e.g. the exception was bubbled up).
-
-
-