Module io.hotmoka.network
Package io.hotmoka.network.responses
Class ConstructorCallTransactionFailedResponseModel
java.lang.Object
io.hotmoka.network.responses.TransactionResponseModel
io.hotmoka.network.responses.CodeExecutionTransactionResponseModel
io.hotmoka.network.responses.ConstructorCallTransactionResponseModel
io.hotmoka.network.responses.ConstructorCallTransactionFailedResponseModel
public class ConstructorCallTransactionFailedResponseModel
extends ConstructorCallTransactionResponseModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe fully-qualified class name of the cause exception.The amount of gas consumed by the transaction as penalty for the failure.The message of the cause exception.The program point where the cause exception occurred.Fields inherited from class io.hotmoka.network.responses.CodeExecutionTransactionResponseModel
gasConsumedForCPU, gasConsumedForRAM, gasConsumedForStorage, updates -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Field Details
-
gasConsumedForPenalty
The amount of gas consumed by the transaction as penalty for the failure. -
classNameOfCause
The fully-qualified class name of the cause exception. -
messageOfCause
The message of the cause exception. -
where
The program point where the cause exception occurred.
-
-
Constructor Details
-
ConstructorCallTransactionFailedResponseModel
public ConstructorCallTransactionFailedResponseModel(ConstructorCallTransactionFailedResponse response) -
ConstructorCallTransactionFailedResponseModel
public ConstructorCallTransactionFailedResponseModel()
-
-
Method Details
-
toBean
-