Class MultipartPartReadingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.ws.rs.WebApplicationException
-
- jakarta.ws.rs.ClientErrorException
-
- jakarta.ws.rs.BadRequestException
-
- org.jboss.resteasy.reactive.server.multipart.MultipartPartReadingException
-
- All Implemented Interfaces:
Serializable
public class MultipartPartReadingException extends jakarta.ws.rs.BadRequestExceptionException thrown when some part of the multipart input cannot be read using the appropriateMessageBodyReader. This exception is useful to application because it can be by anExceptionMapperin order to customize the input error handling.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultipartPartReadingException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MultipartPartReadingException
public MultipartPartReadingException(Throwable cause)
-
-