Class PausableHttpPostRequestEncoder.ErrorDataEncoderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jboss.resteasy.reactive.client.impl.multipart.PausableHttpPostRequestEncoder.ErrorDataEncoderException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PausableHttpPostRequestEncoder
public static class PausableHttpPostRequestEncoder.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
-
-