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.BadRequestException
Exception thrown when some part of the multipart input cannot be read using the appropriate
MessageBodyReader.
This exception is useful to application because it can be by an ExceptionMapper in order to
customize
the input error handling.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.ws.rs.WebApplicationException
getResponseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MultipartPartReadingException
-