Class HttpPostRequestEncoder.ErrorDataEncoderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- HttpPostRequestEncoder
public static class HttpPostRequestEncoder.ErrorDataEncoderException extends Exception
Exception when an error occurs while encoding- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorDataEncoderException()
ErrorDataEncoderException(String msg)
ErrorDataEncoderException(String msg, Throwable cause)
ErrorDataEncoderException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-