org.ow2.jonas.discovery.base
Class DuplicateServerNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ow2.jonas.service.ServiceException
                  extended by org.ow2.jonas.discovery.base.DuplicateServerNameException
All Implemented Interfaces:
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.
DuplicateServerNameException(String serverId, String srvName, String domainName)
          Default constructor.
 
Method Summary
 
Methods inherited from class org.ow2.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.


DuplicateServerNameException

public DuplicateServerNameException(String serverId,
                                    String srvName,
                                    String domainName)
Default constructor.



Copyright © 2010 OW2 Consortium. All Rights Reserved.