org.objectweb.jonas.discovery
Class DuplicateServerNameException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.objectweb.jonas.service.ServiceException
                  extended byorg.objectweb.jonas.discovery.DuplicateServerNameException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateServerNameException
extends ServiceException

This exception is thrown when a pre-existing server with the same server name is detected.

See Also:
Serialized Form

Constructor Summary
DuplicateServerNameException()
          Default constructor.
 
Methods inherited from class org.objectweb.jonas.service.ServiceException
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

DuplicateServerNameException

public DuplicateServerNameException()
Default constructor.