Class ConstraintViolationBeanException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jp.ecuacion.lib.core.exception.checked.AppException
jp.ecuacion.lib.core.exception.checked.ConstraintViolationBeanException
All Implemented Interfaces:
Serializable

public class ConstraintViolationBeanException extends AppException
Is a throwable with ConstraintViolationBean stored.
See Also:
  • Constructor Details

    • ConstraintViolationBeanException

      public <T> ConstraintViolationBeanException(Set<T> constraintViolations)
      Constructs a new instance.
  • Method Details