org.atmosphere.socketio
Class SocketIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
SocketIOException()
           
SocketIOException(String message)
           
SocketIOException(String message, Throwable cause)
           
SocketIOException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.