|
OptimalTrace 5.2 |
|||||||||
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.compuware.optimaltrace.tools.common.tpn.ClientConnectedException
public class ClientConnectedException
Class ClientConnectedException Indicates that a client is connected to a project server. Provides the number of clients connected.
Constructor Summary | |
---|---|
ClientConnectedException(int clientCount)
Constructor ClientConnectedException |
|
ClientConnectedException(java.lang.String msg,
int clientCount)
Constructor ClientConnectedException |
Method Summary | |
---|---|
int |
getClientCount()
Gets the client count. |
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 |
---|
public ClientConnectedException(java.lang.String msg, int clientCount)
msg
- clientCount
- public ClientConnectedException(int clientCount)
clientCount
- Method Detail |
---|
public int getClientCount()
|
OptimalTrace 5.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |