![JAR search and dependency download from the Maven repository](/logo.png)
org.esfinge.guardian.mac.exception.EnumNotDefinedException Maven / Gradle / Ivy
The newest version!
package org.esfinge.guardian.mac.exception;
@SuppressWarnings("serial")
public class EnumNotDefinedException extends RuntimeException {
public EnumNotDefinedException(Throwable cause) {
super(cause);
}
public EnumNotDefinedException(String message) {
super(message);
}
public EnumNotDefinedException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy