Class DuplicateCoderException

  • All Implemented Interfaces:
    Serializable

    public class DuplicateCoderException
    extends org.eclipse.jetty.websocket.api.InvalidWebSocketException
    Thrown when a duplicate coder is encountered when attempting to identify a Endpoint's metadata (Decoder or Encoder)
    See Also:
    Serialized Form
    • Constructor Detail

      • DuplicateCoderException

        public DuplicateCoderException​(String message)
      • DuplicateCoderException

        public DuplicateCoderException​(String message,
                                       Throwable cause)