Class EtherScanException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.goodforgod.api.etherscan.error.EtherScanException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EtherScanConnectionException, EtherScanInvalidAddressException, EtherScanInvalidDataHexException, EtherScanInvalidTxHashException, EtherScanKeyException, EtherScanLogQueryException, EtherScanParseException, EtherScanRateLimitException, EtherScanResponseException

public class EtherScanException extends RuntimeException
Since:
30.10.2018
See Also:
  • Constructor Details

    • EtherScanException

      public EtherScanException(String message)
    • EtherScanException

      public EtherScanException(String message, Throwable cause)