java.lang.Object java.lang.Throwable java.lang.Exception com.realtime.crossfire.jxclient.server.socket.UnknownCommandException
public class UnknownCommandException
An UnknownCommandException is generated whenever an unknown message packet is received from the server.
Field Summary | |
---|---|
private static long |
serialVersionUID
The serial version UID. |
Constructor Summary | |
---|---|
UnknownCommandException(java.lang.String str)
Creates a new exception with the given text message as a parameter. |
Method Summary |
---|
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 |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public UnknownCommandException(@NotNull java.lang.String str)
str
- the message to assign to this exception