| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sourceforge.obby4j.Net6LoginException
public class Net6LoginException
An exception representing a
 net.sourceforge.obby4j.Protocol.Keyword.net6_login_failed  reply from
 the server.
net.sourceforge.obby4j.Protocol.Keyword.net6_login_failed, 
Serialized Form| Nested Class Summary | |
|---|---|
static class | 
Net6LoginException.ErrorCode
All net6 and obby error codes known to this class.  | 
| Constructor Summary | |
|---|---|
Net6LoginException(Command command)
Creates a new exception providing access to the error code sent by the server.  | 
|
| Method Summary | |
|---|---|
 Command | 
getCommand()
 | 
 Net6LoginException.ErrorCode | 
getErrorCode()
 | 
| 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 | 
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public Net6LoginException(Command command)
command - the net6_login_failed command that caused this
            exception| Method Detail | 
|---|
public Command getCommand()
public Net6LoginException.ErrorCode getErrorCode()
Net6LoginException.ErrorCode
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||