uk.org.arlott.simon.hw.f24.lbsta
Class TooManyHostsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.org.arlott.simon.hw.f24.lbsta.InvalidNetworkException
              extended by uk.org.arlott.simon.hw.f24.lbsta.TooManyHostsException
All Implemented Interfaces:
java.io.Serializable

public class TooManyHostsException
extends InvalidNetworkException

Signals that there are too many hosts in the network. No more new hosts can be added because there are no free addresses.

See Also:
Serialized Form

Constructor Summary
TooManyHostsException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TooManyHostsException

public TooManyHostsException()