net.sourceforge.simplegamenet.framework.transport
Class ClientLoginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.sourceforge.simplegamenet.framework.transport.ClientLoginException
- All Implemented Interfaces:
- Serializable
- public class ClientLoginException
- extends IOException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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
ClientLoginException
public ClientLoginException(int type)
ClientLoginException
public ClientLoginException(int type,
String string)
getType
public int getType()
Copyright © 2003-2004 The 3 Belgians. All Rights Reserved.