java.lang.Object
java.lang.Throwable
java.lang.Error
io.hotmoka.nodes.OutOfGasError
- All Implemented Interfaces:
Serializable
An exception thrown when a transaction has not enough gas
to complete its computation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OutOfGasError
public OutOfGasError() -
OutOfGasError
-