org.jboss.netty.handler.codec.http2
Class HttpPostRequestDecoder.ErrorDataDecoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.netty.handler.codec.http2.HttpPostRequestDecoder.ErrorDataDecoderException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- HttpPostRequestDecoder
public static class HttpPostRequestDecoder.ErrorDataDecoderException
- extends Exception
Exception when an error occurs while decoding
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HttpPostRequestDecoder.ErrorDataDecoderException
public HttpPostRequestDecoder.ErrorDataDecoderException()
HttpPostRequestDecoder.ErrorDataDecoderException
public HttpPostRequestDecoder.ErrorDataDecoderException(String arg0)
- Parameters:
arg0
-
HttpPostRequestDecoder.ErrorDataDecoderException
public HttpPostRequestDecoder.ErrorDataDecoderException(Throwable arg0)
- Parameters:
arg0
-
HttpPostRequestDecoder.ErrorDataDecoderException
public HttpPostRequestDecoder.ErrorDataDecoderException(String arg0,
Throwable arg1)
- Parameters:
arg0
- arg1
-
Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.