for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
package unicon.matthews.oneroster.exception;
/**
* @author ggilbert
* @author xchopin <[email protected]>
*/
public class EnrollmentNotFoundException extends OneRosterNotFoundException {
private static final long serialVersionUID = 1L;
public EnrollmentNotFoundException(String message) {
super(message);
}