Package net.sf.colossus.webclient
Class WebClientSocketThread.WcstException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- 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
Fields Modifier and Type Field Description (package private) boolean
failedBecauseAlreadyLoggedIn
(package private) boolean
wasCancelled
-
Constructor Summary
Constructors Constructor Description WcstException(java.lang.String message)
WcstException(java.lang.String message, boolean dupl, boolean cancelled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
failedBecauseAlreadyLoggedIn()
boolean
wasCancelled()
-