for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
package unicon.matthews.oneroster.exception;
/**
* @author stalele
*/
public class ResultNotFoundException extends OneRosterNotFoundException {
private static final long serialVersionUID = 1L;
public ResultNotFoundException(String message) {
super(message);
}