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
- Since:
- 30.10.2018
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEtherScanException(String message) EtherScanException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EtherScanException
-
EtherScanException
-