Package io.netty.handler.codec.spdy
Class SpdyProtocolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.netty.handler.codec.spdy.SpdyProtocolException
-
- All Implemented Interfaces:
java.io.Serializable
public class SpdyProtocolException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpdyProtocolException()
Creates a new instance.SpdyProtocolException(java.lang.String message)
Creates a new instance.SpdyProtocolException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.SpdyProtocolException(java.lang.Throwable cause)
Creates a new instance.
-
-
-
Constructor Detail
-
SpdyProtocolException
public SpdyProtocolException()
Creates a new instance.
-
SpdyProtocolException
public SpdyProtocolException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.
-
SpdyProtocolException
public SpdyProtocolException(java.lang.String message)
Creates a new instance.
-
SpdyProtocolException
public SpdyProtocolException(java.lang.Throwable cause)
Creates a new instance.
-
-