Package jmri.jmrit.logixng
Class SocketAlreadyConnectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jmri.JmriException
-
- jmri.jmrit.logixng.SocketAlreadyConnectedException
-
- All Implemented Interfaces:
java.io.Serializable
public class SocketAlreadyConnectedException extends JmriException
The FemaleSocket is already connected. Before a FemaleSocket can accept a connect request, it must be disconnected.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SocketAlreadyConnectedException()
Creates a new instance ofSocketAlreadyConnectedException
without detail message.SocketAlreadyConnectedException(java.lang.String msg)
Constructs an instance ofSocketAlreadyConnectedException
with the specified detail message.
-
Method Summary
-
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
SocketAlreadyConnectedException
public SocketAlreadyConnectedException()
Creates a new instance ofSocketAlreadyConnectedException
without detail message.
-
SocketAlreadyConnectedException
public SocketAlreadyConnectedException(java.lang.String msg)
Constructs an instance ofSocketAlreadyConnectedException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-