Module io.hotmoka.network
Package io.hotmoka.network.responses
Class MethodCallTransactionFailedResponseModel
- java.lang.Object
-
- io.hotmoka.network.responses.TransactionResponseModel
-
- io.hotmoka.network.responses.CodeExecutionTransactionResponseModel
-
- io.hotmoka.network.responses.MethodCallTransactionResponseModel
-
- io.hotmoka.network.responses.MethodCallTransactionFailedResponseModel
-
public class MethodCallTransactionFailedResponseModel extends MethodCallTransactionResponseModel
-
-
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.MethodCallTransactionResponseModel
selfCharged
-
Fields inherited from class io.hotmoka.network.responses.CodeExecutionTransactionResponseModel
gasConsumedForCPU, gasConsumedForRAM, gasConsumedForStorage, updates
-
-
Constructor Summary
Constructors Constructor Description MethodCallTransactionFailedResponseModel()MethodCallTransactionFailedResponseModel(MethodCallTransactionFailedResponse 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
-
MethodCallTransactionFailedResponseModel
public MethodCallTransactionFailedResponseModel(MethodCallTransactionFailedResponse response)
-
MethodCallTransactionFailedResponseModel
public MethodCallTransactionFailedResponseModel()
-
-
Method Detail
-
toBean
public MethodCallTransactionFailedResponse toBean()
-
-