Class FramingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ProtocolError, Utf8DecodingError

public abstract class FramingException extends WebSocketException
See Also:
  • Constructor Details

    • FramingException

      public FramingException(String s)
    • FramingException

      public FramingException(String s, Throwable throwable)
    • FramingException

      public FramingException(Throwable throwable)
  • Method Details

    • getClosingCode

      public abstract int getClosingCode()