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 FilterActionISystemFilter. handleClientRequest(User sender, ISFSObject params)Handles a client requestFilterActionReadOnlyUserVariablesFilter. 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 voidSFSZone. validateUserName(java.lang.String name)voidZone. 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 classSFSAdminExceptionclassSFSBuddyListExceptionclassSFSBuddyListNotFoundExceptionclassSFSCodecExceptionclassSFSCreateGameExceptionclassSFSCreateRoomExceptionclassSFSExtensionExceptionclassSFSFloodingExceptionclassSFSInvitationExceptionclassSFSJoinRoomExceptionclassSFSLoginExceptionclassSFSQuickJoinGameExceptionclassSFSRoomExceptionclassSFSTooManyRoomsExceptionclassSFSUserExceptionclassSFSVariableException -
Uses of SFSException in com.smartfoxserver.v2.extensions
Methods in com.smartfoxserver.v2.extensions that throw SFSException Modifier and Type Method Description voidISFSExtension. handleClientRequest(java.lang.String cmdName, User sender, ISFSObject params)This method is called whenever a client sends a request to this ExtensionvoidIServerEventHandler. 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 FilterActionIFilter. handleClientRequest(java.lang.String requestId, User sender, ISFSObject params)Handles a client requestFilterActionIFilter. handleServerEvent(ISFSEvent event)Handles a server side eventFilterActionIFilterChain. runEventInChain(ISFSEvent event)FilterActionSFSExtensionFilterChain. runEventInChain(ISFSEvent event)
-