Crossfire JXClient, Trunk
Public Member Functions | Static Private Attributes | List of all members
com.realtime.crossfire.jxclient.server.socket.UnknownCommandException Class Reference
Inheritance diagram for com.realtime.crossfire.jxclient.server.socket.UnknownCommandException:
Inheritance graph
Collaboration diagram for com.realtime.crossfire.jxclient.server.socket.UnknownCommandException:
Collaboration graph

Public Member Functions

 UnknownCommandException (@NotNull final String str)
 
 UnknownCommandException (@NotNull final String str, @NotNull final Throwable cause)
 

Static Private Attributes

static final long serialVersionUID = 1
 

Detailed Description

An UnknownCommandException is generated whenever an unknown message packet is received from the server.

Author
Lauwenmark
Version
1.0
Since
1.0

Definition at line 34 of file UnknownCommandException.java.

Constructor & Destructor Documentation

◆ UnknownCommandException() [1/2]

com.realtime.crossfire.jxclient.server.socket.UnknownCommandException.UnknownCommandException ( @NotNull final String  str)

Creates a new exception with the given text message as a parameter.

Parameters
strthe message to assign to this exception

Definition at line 45 of file UnknownCommandException.java.

◆ UnknownCommandException() [2/2]

com.realtime.crossfire.jxclient.server.socket.UnknownCommandException.UnknownCommandException ( @NotNull final String  str,
@NotNull final Throwable  cause 
)

Creates a new exception with the given text message as a parameter.

Parameters
strthe message to assign to this exception
causethe cause for this exception

Definition at line 54 of file UnknownCommandException.java.

Member Data Documentation

◆ serialVersionUID

final long com.realtime.crossfire.jxclient.server.socket.UnknownCommandException.serialVersionUID = 1
staticprivate

The serial version UID.

Definition at line 39 of file UnknownCommandException.java.


The documentation for this class was generated from the following file: