Module io.hotmoka.network
Package io.hotmoka.network.responses
Class ConstructorCallTransactionExceptionResponseModel
java.lang.Object
io.hotmoka.network.responses.TransactionResponseModel
io.hotmoka.network.responses.CodeExecutionTransactionResponseModel
io.hotmoka.network.responses.ConstructorCallTransactionResponseModel
io.hotmoka.network.responses.ConstructorCallTransactionExceptionResponseModel
public class ConstructorCallTransactionExceptionResponseModel
extends ConstructorCallTransactionResponseModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe fully-qualified class name of the cause exception.The events generated by this transaction.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
ConstructorsConstructorDescriptionConstructorCallTransactionExceptionResponseModel(ConstructorCallTransactionExceptionResponse response) -
Method Summary
-
Field Details
-
events
The events generated by this transaction. -
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
-
ConstructorCallTransactionExceptionResponseModel
public ConstructorCallTransactionExceptionResponseModel(ConstructorCallTransactionExceptionResponse response) -
ConstructorCallTransactionExceptionResponseModel
public ConstructorCallTransactionExceptionResponseModel()
-
-
Method Details
-
toBean
-