com.lukasfeiler.ipconfig
Class IPAddressHostBitsSetToOneException

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

public class IPAddressHostBitsSetToOneException
extends IPConfigException

Is thrown if all bits of the host part of an IP address are set to 1.

See Also:
Serialized Form

Constructor Summary
IPAddressHostBitsSetToOneException(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

IPAddressHostBitsSetToOneException

public IPAddressHostBitsSetToOneException(java.lang.String s)