Class HttpPostRequestDecoder.ErrorDataDecoderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jboss.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- HttpPostRequestDecoder
public static class HttpPostRequestDecoder.ErrorDataDecoderException extends java.lang.Exception
Exception when an error occurs while decoding- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
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)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
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)
-
-