Class ProtocolException

  • All Implemented Interfaces:
    Serializable

    @Deprecated(since="2021-05-27")
    public class ProtocolException
    extends CloseException
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    Per spec, a protocol error should result in a Close frame of status code 1002 (PROTOCOL_ERROR)
    See Also:
    Serialized Form
    • Constructor Detail

      • ProtocolException

        public ProtocolException​(String message)
        Deprecated.
      • ProtocolException

        public ProtocolException​(String message,
                                 Throwable t)
        Deprecated.
      • ProtocolException

        public ProtocolException​(Throwable t)
        Deprecated.