Class SocketIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.corundumstudio.socketio.handler.SocketIOException
All Implemented Interfaces:
Serializable

public class SocketIOException extends RuntimeException
See Also:
  • Constructor Details

    • SocketIOException

      public SocketIOException(String message, Throwable cause)
    • SocketIOException

      public SocketIOException(String message)
    • SocketIOException

      public SocketIOException(Throwable cause)