Package io.api.etherscan.error
Class EtherScanException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.api.etherscan.error.ApiException
-
- io.api.etherscan.error.EtherScanException
-
- All Implemented Interfaces:
java.io.Serializable
public class EtherScanException extends ApiException
- Since:
- 29.10.2018
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EtherScanException(BaseResponseTO response)EtherScanException(StringResponseTO response)EtherScanException(java.lang.String message)
-
-
-
Constructor Detail
-
EtherScanException
public EtherScanException(BaseResponseTO response)
-
EtherScanException
public EtherScanException(StringResponseTO response)
-
EtherScanException
public EtherScanException(java.lang.String message)
-
-