Class SocketAlreadyConnectedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jmri.JmriException
jmri.jmrit.logixng.SocketAlreadyConnectedException
All Implemented Interfaces:
Serializable

The FemaleSocket is already connected. Before a FemaleSocket can accept a connect request, it must be disconnected.
See Also:
  • Constructor Details

    • SocketAlreadyConnectedException

      Creates a new instance of SocketAlreadyConnectedException without detail message.
    • SocketAlreadyConnectedException

      Constructs an instance of SocketAlreadyConnectedException with the specified detail message.
      Parameters:
      msg - the detail message.