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:
- Serializable
public class SocketIOClosedException
- extends SocketIOException
- Author:
- Sebastien Dionne : sebastien.dionne@gmail.com
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SocketIOClosedException
public SocketIOClosedException()
SocketIOClosedException
public SocketIOClosedException(String message)
SocketIOClosedException
public SocketIOClosedException(String message,
Throwable cause)
SocketIOClosedException
public SocketIOClosedException(Throwable cause)
Copyright © 2014. All Rights Reserved.