Package com.smartfoxserver.v2.exceptions
Class SFSRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.smartfoxserver.v2.exceptions.SFSRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
InterruptedEventException
,SFSBootException
,SFSFilterInterruptedException
,SFSLoginInterruptedException
public class SFSRuntimeException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SFSRuntimeException()
SFSRuntimeException(java.lang.String message)
SFSRuntimeException(java.lang.Throwable t)
-