Class HttpPostRequestDecoder.ErrorDataDecoderException
- 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.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- HttpPostRequestDecoder
public static class HttpPostRequestDecoder.ErrorDataDecoderException extends DecoderException
Exception when an error occurs while decoding- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorDataDecoderException()
ErrorDataDecoderException(java.lang.String msg)
ErrorDataDecoderException(java.lang.String msg, java.lang.Throwable cause)
ErrorDataDecoderException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ErrorDataDecoderException
public ErrorDataDecoderException()
-
ErrorDataDecoderException
public ErrorDataDecoderException(java.lang.String msg)
-
ErrorDataDecoderException
public ErrorDataDecoderException(java.lang.Throwable cause)
-
ErrorDataDecoderException
public ErrorDataDecoderException(java.lang.String msg, java.lang.Throwable cause)
-
-