Package com.smartfoxserver.v2.exceptions
Class SFSUserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.smartfoxserver.v2.exceptions.SFSException
-
- com.smartfoxserver.v2.exceptions.SFSUserException
-
- All Implemented Interfaces:
java.io.Serializable
public class SFSUserException extends SFSException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SFSUserException()
SFSUserException(java.lang.String message)
SFSUserException(java.lang.String message, SFSErrorData data)
-
Method Summary
-
Methods inherited from class com.smartfoxserver.v2.exceptions.SFSException
getErrorData
-
-
-
-
Constructor Detail
-
SFSUserException
public SFSUserException()
-
SFSUserException
public SFSUserException(java.lang.String message)
-
SFSUserException
public SFSUserException(java.lang.String message, SFSErrorData data)
-
-