org.jboss.netty.handler.codec.http2
Class HttpPostRequestDecoder.IncompatibleDataDecoderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
HttpPostRequestDecoder.IncompatibleDataDecoderException()
           
HttpPostRequestDecoder.IncompatibleDataDecoderException(String arg0)
           
HttpPostRequestDecoder.IncompatibleDataDecoderException(String arg0, Throwable arg1)
           
HttpPostRequestDecoder.IncompatibleDataDecoderException(Throwable arg0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.