Class SocketConnectionException

  • All Implemented Interfaces:
    Serializable

    public class SocketConnectionException
    extends RuntimeException
    This exception indicates there was an error while trying to communicate over a socket
    Author:
    jamesdbloom
    See Also:
    Serialized Form
    • Constructor Detail

      • SocketConnectionException

        public SocketConnectionException​(String message,
                                         Throwable cause)
      • SocketConnectionException

        public SocketConnectionException​(String message)