Class ContractCallException

All Implemented Interfaces:
Serializable

public class ContractCallException extends RuntimeException
Exception resulting from issues calling methods on Smart Contracts.
See Also:
  • Constructor Details

    • ContractCallException

      public ContractCallException(String message)
    • ContractCallException

      public ContractCallException(String message, Throwable cause)