Class DuplicateCoderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jetty.websocket.api.WebSocketException
org.eclipse.jetty.websocket.api.InvalidWebSocketException
org.eclipse.jetty.websocket.jsr356.metadata.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:
  • Constructor Details

    • DuplicateCoderException

      public DuplicateCoderException(String message)
    • DuplicateCoderException

      public DuplicateCoderException(String message, Throwable cause)