Class TransactionRejectedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.hotmoka.node.api.TransactionRejectedException
All Implemented Interfaces:
Serializable

public class TransactionRejectedException extends Exception
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 Details

    • TransactionRejectedException

      public TransactionRejectedException(String message)
      Builds an exception with the given message.
      Parameters:
      message - the message
    • TransactionRejectedException

      public TransactionRejectedException(Throwable cause)
      Builds an exception with the given cause.
      Parameters:
      cause - the cause