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

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.LoopException
All Implemented Interfaces:
java.io.Serializable

public class LoopException
extends InvalidNetworkException

Signals that there is a loop in the network. The LAN cannot be added.

See Also:
Serialized Form

Constructor Summary
LoopException()
          Creates a new LoopException.
 
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

LoopException

public LoopException()
Creates a new LoopException.