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
Fields Modifier and Type Field Description StringclassNameOfCauseThe fully-qualified class name of the cause exception.List<StorageReferenceModel>eventsThe events generated by this transaction.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 ConstructorCallTransactionExceptionResponseModel()ConstructorCallTransactionExceptionResponseModel(ConstructorCallTransactionExceptionResponse response)
-
-
-
Field Detail
-
events
public List<StorageReferenceModel> events
The events generated by this transaction.
-
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
-
ConstructorCallTransactionExceptionResponseModel
public ConstructorCallTransactionExceptionResponseModel(ConstructorCallTransactionExceptionResponse response)
-
ConstructorCallTransactionExceptionResponseModel
public ConstructorCallTransactionExceptionResponseModel()
-
-
Method Detail
-
toBean
public ConstructorCallTransactionExceptionResponse toBean()
-
-