Class ConversionException

  • All Implemented Interfaces:
    Serializable

    public class ConversionException
    extends javax.validation.ConstraintViolationException
    Exception thrown when conversion fails. Since this should generally be converted into a 422 HTTP status, this class extends ConstraintViolationException so you get the expected behavior if you don't catch the exception.
    See Also:
    Serialized Form