io.socket
Class SocketIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by io.socket.SocketIOException
All Implemented Interfaces:
java.io.Serializable

public class SocketIOException
extends java.lang.Exception

The Class SocketIOException.

See Also:
Serialized Form

Constructor Summary
SocketIOException(java.lang.String message)
          Instantiates a new SocketIOException.
SocketIOException(java.lang.String message, java.lang.Exception ex)
          Instantiates a new SocketIOException.
 
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(java.lang.String message)
Instantiates a new SocketIOException.

Parameters:
message - the message

SocketIOException

public SocketIOException(java.lang.String message,
                         java.lang.Exception ex)
Instantiates a new SocketIOException.

Parameters:
ex - the exception.