public class PrefixLenException extends AddressValueException
Constructor and Description |
---|
PrefixLenException(AddressItem one,
int prefixLength) |
PrefixLenException(CharSequence prefixLength,
IPAddress.IPVersion version,
Throwable cause) |
PrefixLenException(int prefixLength) |
PrefixLenException(int prefixLength,
IPAddress.IPVersion version) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PrefixLenException(int prefixLength)
public PrefixLenException(AddressItem one, int prefixLength)
public PrefixLenException(int prefixLength, IPAddress.IPVersion version)
public PrefixLenException(CharSequence prefixLength, IPAddress.IPVersion version, Throwable cause)