
no.mnemonic.services.triggers.api.exceptions.InvalidArgumentException 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 InvalidArgumentException extends Exception {
private static final long serialVersionUID = -4532442138935006992L;
public InvalidArgumentException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy