java.lang.Object
java.lang.Throwable
java.lang.Exception
io.hotmoka.node.api.TransactionRejectedException
- All Implemented Interfaces:
Serializable
An exception raised when a transaction cannot even be started. Typically,
this means that the payer of the transaction cannot be identified or it has
not enough money to pay for a failed transaction or that its signature is invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionRejectedException(String message) Builds an exception with the given message.Builds an exception with the given cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TransactionRejectedException
Builds an exception with the given message.- Parameters:
message- the message
-
TransactionRejectedException
Builds an exception with the given cause.- Parameters:
cause- the cause
-