public class SpdyProtocolException extends Exception
Constructor and Description |
---|
SpdyProtocolException()
Creates 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SpdyProtocolException()
public SpdyProtocolException(String message, Throwable cause)
public SpdyProtocolException(String message)
public SpdyProtocolException(Throwable cause)
Copyright © 2008–2017 The Netty Project. All rights reserved.