
jp.go.nict.langrid.commons.lang.function.SoftException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jp.go.nict.langrid.commons Show documentation
Show all versions of jp.go.nict.langrid.commons Show documentation
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