net.sf.colossus.webclient
Class WebClientSocketThread.WcstException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.colossus.webclient.WebClientSocketThread.WcstException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
WebClientSocketThread

public class WebClientSocketThread.WcstException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
(package private)  boolean failedBecauseAlreadyLoggedIn
           
 
Constructor Summary
WebClientSocketThread.WcstException(java.lang.String message)
           
WebClientSocketThread.WcstException(java.lang.String message, boolean dupl)
           
 
Method Summary
 boolean failedBecauseAlreadyLoggedIn()
           
 
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
 

Field Detail

failedBecauseAlreadyLoggedIn

boolean failedBecauseAlreadyLoggedIn
Constructor Detail

WebClientSocketThread.WcstException

public WebClientSocketThread.WcstException(java.lang.String message,
                                           boolean dupl)

WebClientSocketThread.WcstException

public WebClientSocketThread.WcstException(java.lang.String message)
Method Detail

failedBecauseAlreadyLoggedIn

public boolean failedBecauseAlreadyLoggedIn()