Class JerseyViolationException

  • All Implemented Interfaces:
    Serializable

    public class JerseyViolationException
    extends javax.validation.ConstraintViolationException
    A ConstraintViolationException that occurs while Jersey is validating constraints on a resource endpoint.
    See Also:
    Serialized Form
    • Constructor Detail

      • JerseyViolationException

        public JerseyViolationException​(Set<? extends javax.validation.ConstraintViolation<?>> constraintViolations,
                                        org.glassfish.jersey.server.model.Invocable invocable)
    • Method Detail

      • getInvocable

        public org.glassfish.jersey.server.model.Invocable getInvocable()