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:
Serializable
public class SpdyProtocolException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SpdyProtocolException
public SpdyProtocolException()
Creates a new instance.
-
SpdyProtocolException
public SpdyProtocolException(String message, Throwable cause)
Creates a new instance.
-
SpdyProtocolException
public SpdyProtocolException(String message)
Creates a new instance.
-
SpdyProtocolException
public SpdyProtocolException(Throwable cause)
Creates a new instance.
-
-