com.lukasfeiler.ipconfig
Class IPAddressHostBitsSetToZeroException

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

public class IPAddressHostBitsSetToZeroException
extends IPConfigException

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

See Also:
Serialized Form

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

IPAddressHostBitsSetToZeroException

public IPAddressHostBitsSetToZeroException(java.lang.String s)