Class ProtocolError

All Implemented Interfaces:
Serializable

public class ProtocolError extends FramingException
See Also:
  • Constructor Details

    • ProtocolError

      public ProtocolError(String s)
    • ProtocolError

      public ProtocolError(String s, Throwable throwable)
    • ProtocolError

      public ProtocolError(Throwable throwable)
  • Method Details