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