com.lukasfeiler.ipconfig
Class InvalidOctetException

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

public class InvalidOctetException
extends IPConfigException

See Also:
Serialized Form

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

InvalidOctetException

public InvalidOctetException(java.lang.String s)