Package jmri.jmrit.logixng
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 Summary
ConstructorsConstructorDescriptionCreates a new instance ofSocketAlreadyConnectedExceptionwithout detail message.Constructs an instance ofSocketAlreadyConnectedExceptionwith the specified detail message. -
Method Summary
Methods inherited from class jmri.JmriException
getErrors, getLocalizedMessage, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SocketAlreadyConnectedException
public SocketAlreadyConnectedException()Creates a new instance ofSocketAlreadyConnectedExceptionwithout detail message. -
SocketAlreadyConnectedException
Constructs an instance ofSocketAlreadyConnectedExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-