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
Fields Modifier and Type Field Description StringclassNameOfCauseThe fully-qualified class name of the cause exception.StringgasConsumedForPenaltyThe amount of gas consumed by the transaction as penalty for the failure.StringmessageOfCauseThe message of the cause exception.StringwhereThe program point where the cause exception occurred.-
Fields inherited from class io.hotmoka.network.responses.CodeExecutionTransactionResponseModel
gasConsumedForCPU, gasConsumedForRAM, gasConsumedForStorage, updates
-
-
Constructor Summary
Constructors Constructor Description ConstructorCallTransactionFailedResponseModel()ConstructorCallTransactionFailedResponseModel(ConstructorCallTransactionFailedResponse response)
-
-
-
Field Detail
-
gasConsumedForPenalty
public String gasConsumedForPenalty
The amount of gas consumed by the transaction as penalty for the failure.
-
classNameOfCause
public String classNameOfCause
The fully-qualified class name of the cause exception.
-
messageOfCause
public String messageOfCause
The message of the cause exception.
-
where
public String where
The program point where the cause exception occurred.
-
-
Constructor Detail
-
ConstructorCallTransactionFailedResponseModel
public ConstructorCallTransactionFailedResponseModel(ConstructorCallTransactionFailedResponse response)
-
ConstructorCallTransactionFailedResponseModel
public ConstructorCallTransactionFailedResponseModel()
-
-
Method Detail
-
toBean
public ConstructorCallTransactionFailedResponse toBean()
-
-