public class SpdyProtocolException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and 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.
|
private static final long serialVersionUID
public SpdyProtocolException()
public SpdyProtocolException(java.lang.String message, java.lang.Throwable cause)
public SpdyProtocolException(java.lang.String message)
public SpdyProtocolException(java.lang.Throwable cause)