org.atmosphere.socketio
Class SocketIOClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.atmosphere.socketio.SocketIOException
                  extended by org.atmosphere.socketio.SocketIOClosedException
All Implemented Interfaces:
Serializable

public class SocketIOClosedException
extends SocketIOException

Author:
Sebastien Dionne : sebastien.dionne@gmail.com
See Also:
Serialized Form

Constructor Summary
SocketIOClosedException()
           
SocketIOClosedException(String message)
           
SocketIOClosedException(String message, Throwable cause)
           
SocketIOClosedException(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

SocketIOClosedException

public SocketIOClosedException()

SocketIOClosedException

public SocketIOClosedException(String message)

SocketIOClosedException

public SocketIOClosedException(String message,
                               Throwable cause)

SocketIOClosedException

public SocketIOClosedException(Throwable cause)


Copyright © 2015. All Rights Reserved.