Class SFSException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.smartfoxserver.exceptions.SFSException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SFSCodecException, SFSValidationException

public class SFSException extends Exception
See Also:
  • Constructor Details

    • SFSException

      public SFSException()
    • SFSException

      public SFSException(String message)
    • SFSException

      public SFSException(String message, com.smartfoxserver.exceptions.SFSErrorData data)
    • SFSException

      public SFSException(Throwable t)
  • Method Details

    • getErrorData

      public com.smartfoxserver.exceptions.SFSErrorData getErrorData()