Package io.netty.handler.codec.haproxy
Class HAProxyProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.netty.handler.codec.CodecException
io.netty.handler.codec.DecoderException
io.netty.handler.codec.haproxy.HAProxyProtocolException
- All Implemented Interfaces:
Serializable
A
DecoderException
which is thrown when an invalid HAProxy proxy protocol header is encountered- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instanceHAProxyProtocolException
(String message) Creates a new instanceHAProxyProtocolException
(String message, Throwable cause) Creates a new instanceCreates 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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
HAProxyProtocolException
public HAProxyProtocolException()Creates a new instance -
HAProxyProtocolException
Creates a new instance -
HAProxyProtocolException
Creates a new instance -
HAProxyProtocolException
Creates a new instance
-