
com.talanlabs.processmanager.messages.exceptions.InjectorNotCreatedYetException Maven / Gradle / Ivy
The newest version!
package com.talanlabs.processmanager.messages.exceptions;
public class InjectorNotCreatedYetException extends RuntimeException {
public InjectorNotCreatedYetException() {
super("The injector has not been created yet. Use AbstractImportAgent#register to fix this");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy