
no.mnemonic.services.triggers.api.exceptions.ObjectNotFoundException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of triggers-api Show documentation
Show all versions of triggers-api Show documentation
Definition of the Service and REST APIs
package no.mnemonic.services.triggers.api.exceptions;
public class ObjectNotFoundException extends Exception {
private static final long serialVersionUID = 6591069837174202725L;
public ObjectNotFoundException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy