net.sourceforge.simplegamenet.framework.transport
Class ClientLoginException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bynet.sourceforge.simplegamenet.framework.transport.ClientLoginException
All Implemented Interfaces:
Serializable

public class ClientLoginException
extends IOException

See Also:
Serialized Form

Field Summary
static int BANNED
           
static int CLIENT_GAME_VERSION
           
static int CLIENT_SGN_VERSION
           
static int GAME_NOT_FOUND
           
static int LOGIN_NOT_ACCEPTED
           
static int PROTOCOL_VIOLATION
           
static int SERVER_GAME_VERSION
           
static int SERVER_SGN_VERSION
           
 
Constructor Summary
ClientLoginException(int type)
           
ClientLoginException(int type, String string)
           
 
Method Summary
 int getType()
           
 
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

BANNED

public static final int BANNED
See Also:
Constant Field Values

CLIENT_SGN_VERSION

public static final int CLIENT_SGN_VERSION
See Also:
Constant Field Values

SERVER_SGN_VERSION

public static final int SERVER_SGN_VERSION
See Also:
Constant Field Values

GAME_NOT_FOUND

public static final int GAME_NOT_FOUND
See Also:
Constant Field Values

CLIENT_GAME_VERSION

public static final int CLIENT_GAME_VERSION
See Also:
Constant Field Values

SERVER_GAME_VERSION

public static final int SERVER_GAME_VERSION
See Also:
Constant Field Values

LOGIN_NOT_ACCEPTED

public static final int LOGIN_NOT_ACCEPTED
See Also:
Constant Field Values

PROTOCOL_VIOLATION

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

ClientLoginException

public ClientLoginException(int type)

ClientLoginException

public ClientLoginException(int type,
                            String string)
Method Detail

getType

public int getType()


Copyright © 2003-2004 The 3 Belgians. All Rights Reserved.