All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.nemerosa.ontrack.model.events.EventMissingRefEntityException Maven / Gradle / Ivy

package net.nemerosa.ontrack.model.events;

import net.nemerosa.ontrack.common.BaseException;

public class EventMissingRefEntityException extends BaseException {
    public EventMissingRefEntityException(String template) {
        super("Event cannot be defined because reference entity is not defined in template: %s", template);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy