Class ConnectionAlreadyExistsException

All Implemented Interfaces:
Serializable

@UnstableApi public class ConnectionAlreadyExistsException extends ConnectionException
This exception is thrown when a OPEN call on an already opened connection is called. This can only happen, when ConnectionHandler.userCallOpen(ChannelHandlerContext) is called incorrectly.
See Also:
  • Constructor Details

    • ConnectionAlreadyExistsException

      public ConnectionAlreadyExistsException()