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 AcademicSessionNotFoundException extends OneRosterNotFoundException {
private static final long serialVersionUID = 1L;
public AcademicSessionNotFoundException(String message) {
super(message);
}