org.atmosphere.socketio
Class SocketIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.atmosphere.socketio.SocketIOException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SocketIOClosedException
public class SocketIOException
- extends IOException
- 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 |
SocketIOException
public SocketIOException()
SocketIOException
public SocketIOException(String message)
SocketIOException
public SocketIOException(Throwable cause)
SocketIOException
public SocketIOException(String message,
Throwable cause)
Copyright © 2012. All Rights Reserved.