Class SpdyProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.netty.handler.codec.spdy.SpdyProtocolException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
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
-
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.
-