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
public class HAProxyProtocolException extends io.netty.handler.codec.DecoderException
ADecoderException
which is thrown when an invalid HAProxy proxy protocol header is encountered- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HAProxyProtocolException()
Creates a new instanceHAProxyProtocolException(String message)
Creates a new instanceHAProxyProtocolException(String message, Throwable cause)
Creates a new instanceHAProxyProtocolException(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
-
HAProxyProtocolException
public HAProxyProtocolException()
Creates a new instance
-
HAProxyProtocolException
public HAProxyProtocolException(String message, Throwable cause)
Creates a new instance
-
HAProxyProtocolException
public HAProxyProtocolException(String message)
Creates a new instance
-
HAProxyProtocolException
public HAProxyProtocolException(Throwable cause)
Creates a new instance
-
-