Module inet.ipaddr
Package inet.ipaddr

Class PrefixLenException

All Implemented Interfaces:
Serializable

public class PrefixLenException extends AddressValueException
See Also:
  • Constructor Details

    • PrefixLenException

      public PrefixLenException(int prefixLength)
    • PrefixLenException

      public PrefixLenException(AddressItem one, int prefixLength)
    • PrefixLenException

      public PrefixLenException(int prefixLength, IPAddress.IPVersion version)
    • PrefixLenException

      public PrefixLenException(CharSequence prefixLength, IPAddress.IPVersion version, Throwable cause)