Class SpdyProtocolException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jboss.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 Constructor Description SpdyProtocolException()
Creates a new instance.SpdyProtocolException(java.lang.String message)
Creates a new instance.SpdyProtocolException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance.SpdyProtocolException(java.lang.Throwable cause)
Creates a new instance.
-
-
-
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.
-
-