Module io.hotmoka.network
Package io.hotmoka.network.responses
Class MethodCallTransactionExceptionResponseModel
java.lang.Object
io.hotmoka.network.responses.TransactionResponseModel
io.hotmoka.network.responses.CodeExecutionTransactionResponseModel
io.hotmoka.network.responses.MethodCallTransactionResponseModel
io.hotmoka.network.responses.MethodCallTransactionExceptionResponseModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe fully-qualified class name of the cause exception.The message of the cause exception.The program point where the cause exception occurred.Fields inherited from class io.hotmoka.network.responses.MethodCallTransactionResponseModel
selfChargedFields inherited from class io.hotmoka.network.responses.CodeExecutionTransactionResponseModel
gasConsumedForCPU, gasConsumedForRAM, gasConsumedForStorage, updates -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Field Details
-
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
-
MethodCallTransactionExceptionResponseModel
-
MethodCallTransactionExceptionResponseModel
public MethodCallTransactionExceptionResponseModel()
-
-
Method Details
-
toBean
-