Class RefOperationValidationException

  • All Implemented Interfaces:
    Serializable

    public class RefOperationValidationException
    extends ValidationException
    Exception to be thrown when the validation of a ref operation fails and should be aborted. Examples of a ref operations include creating or updating refs.
    See Also:
    Serialized Form
    • Constructor Detail

      • RefOperationValidationException

        public RefOperationValidationException​(String reason,
                                               com.google.common.collect.ImmutableList<ValidationMessage> messages)