Class AlreadyConnectedException

  • All Implemented Interfaces:
    Serializable

    public class AlreadyConnectedException
    extends IllegalStateException
    An AlreadyConnectedException is thrown when an attempt is made to connect a SocketChannel that is already connected.
    See Also:
    Serialized Form
    • Constructor Detail

      • AlreadyConnectedException

        public AlreadyConnectedException()
        Constructs an AlreadyConnectedException.