Class PostPersistValidationException

  • All Implemented Interfaces:
    Serializable

    public class PostPersistValidationException
    extends RuntimeException
    When form record validation failed after the form record was persisted. The form record should be deleted and the validation errors should be displayed to the user.
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • PostPersistValidationException

        public PostPersistValidationException​(String message,
                                              Map<String,​List<String>> validationErrors)