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