Module inet.ipaddr
Package inet.ipaddr

Class NetworkMismatchException

All Implemented Interfaces:
Serializable

public class NetworkMismatchException extends RuntimeException
Thrown when two different networks in use by the same address object are in conflict.
Author:
User
See Also:
  • Constructor Details

    • NetworkMismatchException

      public NetworkMismatchException(AddressItem one)
    • NetworkMismatchException

      public NetworkMismatchException(AddressItem one, AddressItem two)