Package com.smartfoxserver.exceptions
Class SFSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.smartfoxserver.exceptions.SFSException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SFSCodecException,SFSValidationException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSFSException(String message) SFSException(String message, com.smartfoxserver.exceptions.SFSErrorData data) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SFSException
public SFSException() -
SFSException
-
SFSException
-
SFSException
-
-
Method Details
-
getErrorData
public com.smartfoxserver.exceptions.SFSErrorData getErrorData()
-