java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hedera.hashgraph.sdk.ReceiptStatusException
com.hedera.hashgraph.sdk.HederaReceiptStatusException
- All Implemented Interfaces:
Serializable
Deprecated.
An Exception thrown on error status by
TransactionId.getReceipt(Client).
The receipt is included, though only the TransactionReceipt.status field will be
initialized; all the getters should throw.
- See Also:
-
Field Summary
Fields inherited from class com.hedera.hashgraph.sdk.ReceiptStatusException
receipt, transactionId -
Constructor Summary
ConstructorsConstructorDescriptionHederaReceiptStatusException(TransactionId transactionId, TransactionReceipt receipt) Deprecated. -
Method Summary
Methods inherited from class com.hedera.hashgraph.sdk.ReceiptStatusException
getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HederaReceiptStatusException
HederaReceiptStatusException(TransactionId transactionId, TransactionReceipt receipt) Deprecated.
-