- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- inet.ipaddr.AddressValueException
-
- inet.ipaddr.PrefixLenException
-
- All Implemented Interfaces:
java.io.Serializable
public class PrefixLenException extends AddressValueException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrefixLenException(int prefixLength)
PrefixLenException(int prefixLength, IPAddress.IPVersion version)
PrefixLenException(AddressItem one, int prefixLength)
PrefixLenException(java.lang.CharSequence prefixLength, IPAddress.IPVersion version, java.lang.Throwable cause)
-
-
-
Constructor Detail
-
PrefixLenException
public PrefixLenException(int prefixLength)
-
PrefixLenException
public PrefixLenException(AddressItem one, int prefixLength)
-
PrefixLenException
public PrefixLenException(int prefixLength, IPAddress.IPVersion version)
-
PrefixLenException
public PrefixLenException(java.lang.CharSequence prefixLength, IPAddress.IPVersion version, java.lang.Throwable cause)
-
-