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