Class ValidationFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
com.atlassian.crowd.plugin.rest.exception.ValidationFailedException
All Implemented Interfaces:
Serializable

public class ValidationFailedException extends CrowdException
Exception to be generated whenever an entity's validation fails. It contains the list of validation errors
Since:
3.2.0
See Also:
  • Constructor Details

    • ValidationFailedException

      public ValidationFailedException(List<ValidationError> errorMessages)
  • Method Details