Package com.smartfoxserver.v2.exceptions
Class SFSException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.smartfoxserver.v2.exceptions.SFSException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SFSAdminException
,SFSBuddyListException
,SFSCodecException
,SFSCreateRoomException
,SFSExtensionException
,SFSFloodingException
,SFSInvitationException
,SFSJoinRoomException
,SFSLoginException
,SFSRoomException
,SFSTooManyRoomsException
,SFSUserException
,SFSVariableException
public class SFSException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SFSException()
SFSException(java.lang.String message)
SFSException(java.lang.String message, SFSErrorData data)
SFSException(java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SFSErrorData
getErrorData()
-
-
-
Constructor Detail
-
SFSException
public SFSException()
-
SFSException
public SFSException(java.lang.String message)
-
SFSException
public SFSException(java.lang.String message, SFSErrorData data)
-
SFSException
public SFSException(java.lang.Throwable t)
-
-
Method Detail
-
getErrorData
public SFSErrorData getErrorData()
-
-