Package org.glassfish.grizzly.spdy
Class SpdyStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.glassfish.grizzly.spdy.SpdyStreamException
- All Implemented Interfaces:
Serializable
SPDY Stream exception.
- Author:
- Alexey Stashok
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSpdyStreamException(int streamId, int rstReason) SpdyStreamException(int streamId, int rstReason, String description) SpdyStreamException(int streamId, int rstReason, String description, Throwable cause) SpdyStreamException(int streamId, int rstReason, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace