public class SpdyProtocolException
extends java.lang.Exception
| 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic SpdyProtocolException()
public SpdyProtocolException(java.lang.String message, java.lang.Throwable cause)
public SpdyProtocolException(java.lang.String message)
public SpdyProtocolException(java.lang.Throwable cause)
Copyright © 2008–2018 The Netty Project. All rights reserved.