Apache CXF API

org.apache.cxf.validation
Class ResponseConstraintViolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.validation.ValidationException
                  extended by javax.validation.ConstraintViolationException
                      extended by org.apache.cxf.validation.ResponseConstraintViolationException
All Implemented Interfaces:
Serializable

public class ResponseConstraintViolationException
extends javax.validation.ConstraintViolationException

See Also:
Serialized Form

Constructor Summary
ResponseConstraintViolationException(Set<? extends javax.validation.ConstraintViolation<?>> constraintViolations)
           
 
Method Summary
 
Methods inherited from class javax.validation.ConstraintViolationException
getConstraintViolations
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResponseConstraintViolationException

public ResponseConstraintViolationException(Set<? extends javax.validation.ConstraintViolation<?>> constraintViolations)

Apache CXF API

Apache CXF