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
- Direct Known Subclasses:
SpdyProtocolException.StacklessSpdyProtocolException
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionCreates a new instance.SpdyProtocolException
(String message) Creates a new instance.private
SpdyProtocolException
(String message, boolean shared) 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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SpdyProtocolException
public SpdyProtocolException()Creates a new instance. -
SpdyProtocolException
Creates a new instance. -
SpdyProtocolException
Creates a new instance. -
SpdyProtocolException
Creates a new instance. -
SpdyProtocolException
-
-
Method Details
-
newStatic
-