Class ThincSMsgInitNotOK

java.lang.Object
  extended by ThincMsg
      extended by ThincSMsg
          extended by ThincSMsgInit
              extended by ThincSMsgInitNotOK

public final class ThincSMsgInitNotOK
extends ThincSMsgInit

class for init NAK replies from server.

Author:
Young Jin Yoon
See Also:
ThincSMsgInit

Field Summary
static int MESSAGE_SIZE
           
static int MESSAGE_TYPE
           
 
Fields inherited from class ThincSMsgInit
client
 
Fields inherited from class ThincMsg
canvas, handler
 
Constructor Summary
ThincSMsgInitNotOK(ThincClient tc, ThincMsgHandler h, ThincClientCanvas cs)
          creates ThincSMsgInitNotOK object.
 
Method Summary
 void process()
          process() receives the reason of nak and print it into user window.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE_TYPE

public static final int MESSAGE_TYPE
See Also:
Constant Field Values

MESSAGE_SIZE

public static final int MESSAGE_SIZE
See Also:
Constant Field Values
Constructor Detail

ThincSMsgInitNotOK

public ThincSMsgInitNotOK(ThincClient tc,
                          ThincMsgHandler h,
                          ThincClientCanvas cs)
creates ThincSMsgInitNotOK object.

Parameters:
tc - ThincClient to get the information for handshaking.
h - ThincMsgHandler to handle the message
cs - ThincClientCanvas to get the information
Method Detail

process

public void process()
             throws ThincException
process() receives the reason of nak and print it into user window.

Specified by:
process in class ThincMsg
Throws:
ThincException