|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.tws.util.exception.TWSException
com.ibm.tws.conn.exception.ConnException
com.ibm.tws.conn.exception.ConnIntegrityException
com.ibm.tws.conn.exception.ConnWorkstationDomainManagerExistException
This exception is throws when trying to create/modifiy a workstaion defined as Domain Manager when another workstation is already defined as domain manager.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright |
Constructor Summary | |
---|---|
ConnWorkstationDomainManagerExistException(TWSKey workstationKey,
TWSKey foundKey,
java.lang.String domainName)
Constructor |
Methods inherited from class com.ibm.tws.conn.exception.ConnException |
---|
buildInsert, buildInsert2 |
Methods inherited from class com.ibm.tws.util.exception.TWSException |
---|
getArgs, getCauseMessage, getLocalizedMessage, getLocalizedMessage, getMessage, initialize, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public ConnWorkstationDomainManagerExistException(TWSKey workstationKey, TWSKey foundKey, java.lang.String domainName)
workstationKey
- Workstation key that is tried to define as domain managerfoundKey
- Workstation already defined as domanin managerdomainName
- Domain name
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |