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

jp.go.nict.langrid.commons.lang.function.SoftException Maven / Gradle / Ivy

Go to download

Common and utility library for the Service Grid Server Software and java web services.

The newest version!
package jp.go.nict.langrid.commons.lang.function;

/**
 * Original idea of softening exception is from AspectJ.
 * @author nakaguchi
 *
 */
public class SoftException extends RuntimeException{
	public SoftException(Throwable t) {
		super(t);
	}

	private static final long serialVersionUID = -396334685436630389L;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy