Class SpdyProtocolException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.netty.handler.codec.spdy.SpdyProtocolException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SpdyProtocolException.StacklessSpdyProtocolException

public class SpdyProtocolException extends Exception
See Also:
  • Field Details

  • Constructor Details

    • SpdyProtocolException

      public SpdyProtocolException()
      Creates a new instance.
    • SpdyProtocolException

      public SpdyProtocolException(String message, Throwable cause)
      Creates a new instance.
    • SpdyProtocolException

      public SpdyProtocolException(String message)
      Creates a new instance.
    • SpdyProtocolException

      public SpdyProtocolException(Throwable cause)
      Creates a new instance.
    • SpdyProtocolException

      private SpdyProtocolException(String message, boolean shared)
  • Method Details