All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jingtum.exception.FailedException Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
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