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:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance.SpdyProtocolException(String message) Creates a new instance.SpdyProtocolException(String message, Throwable cause) Creates a new instance.SpdyProtocolException(Throwable cause) Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpdyProtocolException
public SpdyProtocolException()Creates a new instance. -
SpdyProtocolException
Creates a new instance. -
SpdyProtocolException
Creates a new instance. -
SpdyProtocolException
Creates a new instance.
-