Class SocketIOException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    SocketIOClosedException

    public class SocketIOException
    extends java.io.IOException
    Author:
    Sebastien Dionne : sebastien.dionne@gmail.com
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String message)
      • SocketIOException

        public SocketIOException​(java.lang.Throwable cause)
      • SocketIOException

        public SocketIOException​(java.lang.String message,
                                 java.lang.Throwable cause)