Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk
Class HederaPreCheckStatusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.hedera.hashgraph.sdk.PrecheckStatusException
com.hedera.hashgraph.sdk.HederaPreCheckStatusException
- All Implemented Interfaces:
Serializable
Deprecated.
Signals that a transaction has failed the pre-check.
Before a node submits a transaction to the rest of the network, it attempts some cheap assertions. This process is called the "pre-check".
- See Also:
-
Field Summary
Fields inherited from class com.hedera.hashgraph.sdk.PrecheckStatusException
status, transactionId -
Constructor Summary
ConstructorsConstructorDescriptionHederaPreCheckStatusException(Status status, TransactionId transactionId) Deprecated. -
Method Summary
Methods inherited from class com.hedera.hashgraph.sdk.PrecheckStatusException
getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HederaPreCheckStatusException
HederaPreCheckStatusException(Status status, @Nullable TransactionId transactionId) Deprecated.
-