|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ow2.jonas.service.ServiceException
org.ow2.jonas.discovery.base.DuplicateServerNameException
public class DuplicateServerNameException
This exception is thrown when a pre-existing server with the same server name is detected.
| Constructor Summary | |
|---|---|
DuplicateServerNameException()
Default constructor. |
|
DuplicateServerNameException(java.lang.String serverId,
java.lang.String srvName,
java.lang.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 |
|---|
public DuplicateServerNameException()
public DuplicateServerNameException(java.lang.String serverId,
java.lang.String srvName,
java.lang.String domainName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||