configs.cloud.client.exceptions.NotFoundException Maven / Gradle / Ivy
package configs.cloud.client.exceptions;
public class NotFoundException extends Exception {
private static final long serialVersionUID = 1L;
public NotFoundException(){
super();
}
public NotFoundException(String message){
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy