com.lukasfeiler.ipconfig
Class IPAddressesNotInSameSubnetException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.lukasfeiler.ipconfig.IPConfigException
              extended bycom.lukasfeiler.ipconfig.IPAddressesNotInSameSubnetException
All Implemented Interfaces:
java.io.Serializable

public class IPAddressesNotInSameSubnetException
extends IPConfigException

See Also:
Serialized Form

Constructor Summary
IPAddressesNotInSameSubnetException(java.lang.String s)
           
 
Methods inherited from class com.lukasfeiler.ipconfig.IPConfigException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IPAddressesNotInSameSubnetException

public IPAddressesNotInSameSubnetException(java.lang.String s)