Package io.ipinfo.api.errors
Class ErrorResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.ipinfo.api.errors.ErrorResponseException
- All Implemented Interfaces:
Serializable
public class ErrorResponseException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ErrorResponseException()
ErrorResponseException(Exception ex)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ErrorResponseException
public ErrorResponseException() -
ErrorResponseException
-