- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- inet.ipaddr.NetworkMismatchException
-
- All Implemented Interfaces:
java.io.Serializable
public class NetworkMismatchException extends java.lang.RuntimeException
Thrown when two different networks in use by the same address object are in conflict.- Author:
- User
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NetworkMismatchException(AddressItem one)
NetworkMismatchException(AddressItem one, AddressItem two)
-
-
-
Constructor Detail
-
NetworkMismatchException
public NetworkMismatchException(AddressItem one)
-
NetworkMismatchException
public NetworkMismatchException(AddressItem one, AddressItem two)
-
-