Class 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:
    Serialized Form
    • Constructor Detail

      • MultipartPartReadingException

        public MultipartPartReadingException​(Throwable cause)