Class HttpPostRequestDecoder.ErrorDataDecoderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.netty.handler.codec.http.multipart.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:
  • Field Details

  • Constructor Details

    • ErrorDataDecoderException

      public ErrorDataDecoderException()
    • ErrorDataDecoderException

      public ErrorDataDecoderException(String msg)
    • ErrorDataDecoderException

      public ErrorDataDecoderException(Throwable cause)
    • ErrorDataDecoderException

      public ErrorDataDecoderException(String msg, Throwable cause)