![JAR search and dependency download from the Maven repository](/logo.png)
com.jingtum.exception.FailedException Maven / Gradle / Ivy
package com.jingtum.exception;
public class FailedException extends JingtumException {
private static final long serialVersionUID = 1L;
public FailedException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy