com.icthh.xm.commons.exceptions.NoContentException Maven / Gradle / Ivy
package com.icthh.xm.commons.exceptions;
public class NoContentException extends RuntimeException {
public NoContentException(String message) {
super(message);
}
}