Class MatsSocketStatics.SocketSendIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.mats3.matssocket.impl.MatsSocketStatics.SocketSendIOException
All Implemented Interfaces:
Serializable
Enclosing interface:
MatsSocketStatics

public static class MatsSocketStatics.SocketSendIOException extends RuntimeException
When trying to send messages over WebSocket and get an IOException, we do not have many options of handling - the socket has probably closed.
See Also:
  • Constructor Details

    • SocketSendIOException

      public SocketSendIOException(IOException cause)