public class IncompatibleAddressException extends RuntimeException
IPAddress.toCanonicalHostName()
.
Constructor and Description |
---|
IncompatibleAddressException(AddressItem one,
AddressItem two,
String key) |
IncompatibleAddressException(AddressItem one,
int oneIndex,
AddressItem two,
int twoIndex,
String key) |
IncompatibleAddressException(AddressItem one,
int prefixLengthOrMask,
String key) |
IncompatibleAddressException(AddressItem one,
String key) |
IncompatibleAddressException(CharSequence one,
String key) |
IncompatibleAddressException(long lower,
long upper,
long prefixLengthOrMask,
String key) |
IncompatibleAddressException(long lower,
long upper,
String key) |
IncompatibleAddressException(String message) |
IncompatibleAddressException(String lower,
String upper,
String prefixLengthOrMask,
String key) |
IncompatibleAddressException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncompatibleAddressException(AddressItem one, String key)
public IncompatibleAddressException(CharSequence one, String key)
public IncompatibleAddressException(long lower, long upper, String key)
public IncompatibleAddressException(long lower, long upper, long prefixLengthOrMask, String key)
public IncompatibleAddressException(String lower, String upper, String prefixLengthOrMask, String key)
public IncompatibleAddressException(AddressItem one, int prefixLengthOrMask, String key)
public IncompatibleAddressException(AddressItem one, int oneIndex, AddressItem two, int twoIndex, String key)
public IncompatibleAddressException(AddressItem one, AddressItem two, String key)
public IncompatibleAddressException(String message)