Package org.atmosphere.socketio
Class SocketIOClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.atmosphere.socketio.SocketIOException
-
- org.atmosphere.socketio.SocketIOClosedException
-
- All Implemented Interfaces:
java.io.Serializable
public class SocketIOClosedException extends SocketIOException
- Author:
- Sebastien Dionne : sebastien.dionne@gmail.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SocketIOClosedException()SocketIOClosedException(java.lang.String message)SocketIOClosedException(java.lang.String message, java.lang.Throwable cause)SocketIOClosedException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
SocketIOClosedException
public SocketIOClosedException()
-
SocketIOClosedException
public SocketIOClosedException(java.lang.String message)
-
SocketIOClosedException
public SocketIOClosedException(java.lang.String message, java.lang.Throwable cause)
-
SocketIOClosedException
public SocketIOClosedException(java.lang.Throwable cause)
-
-