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
-
public class MethodCallTransactionExceptionResponseModel extends MethodCallTransactionResponseModel
-
-
Field Summary
Fields Modifier and Type Field Description StringclassNameOfCauseThe fully-qualified class name of the cause exception.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 MethodCallTransactionExceptionResponseModel()MethodCallTransactionExceptionResponseModel(MethodCallTransactionExceptionResponse response)
-
-
-
Constructor Detail
-
MethodCallTransactionExceptionResponseModel
public MethodCallTransactionExceptionResponseModel(MethodCallTransactionExceptionResponse response)
-
MethodCallTransactionExceptionResponseModel
public MethodCallTransactionExceptionResponseModel()
-
-
Method Detail
-
toBean
public MethodCallTransactionExceptionResponse toBean()
-
-