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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description SpdyProtocolException()
Creates a new instance.SpdyProtocolException(java.lang.String message)
Creates a new instance.private
SpdyProtocolException(java.lang.String message, boolean shared)
SpdyProtocolException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.SpdyProtocolException(java.lang.Throwable cause)
Creates a new instance.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static SpdyProtocolException
newStatic(java.lang.String message)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
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.
-
SpdyProtocolException
private SpdyProtocolException(java.lang.String message, boolean shared)
-
-
Method Detail
-
newStatic
static SpdyProtocolException newStatic(java.lang.String message)
-
-