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