java.lang.Object
java.lang.Throwable
java.lang.Exception
com.maxmind.db.InvalidNetworkException
- All Implemented Interfaces:
Serializable
This is a custom exception that is thrown when the user attempts to use an
IPv6 address in an IPv4-only database.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidNetworkException
- Parameters:
ip
- the IP address that was used
-