Class ConstructorCallTransactionExceptionResponseModel


public class ConstructorCallTransactionExceptionResponseModel extends ConstructorCallTransactionResponseModel
  • Field Details

    • 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 Details

    • ConstructorCallTransactionExceptionResponseModel

      public ConstructorCallTransactionExceptionResponseModel(ConstructorCallTransactionExceptionResponse response)
    • ConstructorCallTransactionExceptionResponseModel

      public ConstructorCallTransactionExceptionResponseModel()
  • Method Details