Package io.ipdata.client.error
Class IpdataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.ipdata.client.error.IpdataException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RemoteIpdataException
public class IpdataException extends Exception
A generic Ipdata client exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IpdataException(String message)IpdataException(String message, Throwable cause)IpdataException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-