Uses of Class
com.smartfoxserver.v2.exceptions.SFSException
-
-
Uses of SFSException in com.smartfoxserver.v2.controllers.filter
Methods in com.smartfoxserver.v2.controllers.filter that throw SFSException Modifier and Type Method Description FilterAction
ISystemFilter. handleClientRequest(User sender, ISFSObject params)
Handles a client requestFilterAction
ReadOnlyUserVariablesFilter. handleClientRequest(User sender, ISFSObject params)
-
Uses of SFSException in com.smartfoxserver.v2.entities
Methods in com.smartfoxserver.v2.entities that throw SFSException Modifier and Type Method Description void
SFSZone. validateUserName(java.lang.String name)
void
Zone. validateUserName(java.lang.String name)
-
Uses of SFSException in com.smartfoxserver.v2.exceptions
Subclasses of SFSException in com.smartfoxserver.v2.exceptions Modifier and Type Class Description class
SFSAdminException
class
SFSBuddyListException
class
SFSBuddyListNotFoundException
class
SFSCodecException
class
SFSCreateGameException
class
SFSCreateRoomException
class
SFSExtensionException
class
SFSFloodingException
class
SFSInvitationException
class
SFSJoinRoomException
class
SFSLoginException
class
SFSQuickJoinGameException
class
SFSRoomException
class
SFSTooManyRoomsException
class
SFSUserException
class
SFSVariableException
-
Uses of SFSException in com.smartfoxserver.v2.extensions
Methods in com.smartfoxserver.v2.extensions that throw SFSException Modifier and Type Method Description void
ISFSExtension. handleClientRequest(java.lang.String cmdName, User sender, ISFSObject params)
This method is called whenever a client sends a request to this Extensionvoid
IServerEventHandler. handleServerEvent(ISFSEvent event)
Handle a server side event -
Uses of SFSException in com.smartfoxserver.v2.extensions.filter
Methods in com.smartfoxserver.v2.extensions.filter that throw SFSException Modifier and Type Method Description FilterAction
IFilter. handleClientRequest(java.lang.String requestId, User sender, ISFSObject params)
Handles a client requestFilterAction
IFilter. handleServerEvent(ISFSEvent event)
Handles a server side eventFilterAction
IFilterChain. runEventInChain(ISFSEvent event)
FilterAction
SFSExtensionFilterChain. runEventInChain(ISFSEvent event)
-