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

com.brihaspathee.zeus.exception.EnrollmentSpanNotFoundException Maven / Gradle / Ivy

The newest version!
package com.brihaspathee.zeus.exception;

/**
 * Created in Intellij IDEA
 * User: Balaji Varadharajan
 * Date: 16, July 2024
 * Time: 2:33 PM
 * Project: Zeus
 * Package Name: com.brihaspathee.zeus.exception
 * To change this template use File | Settings | File and Code Template
 */
public class EnrollmentSpanNotFoundException extends RuntimeException {

    public EnrollmentSpanNotFoundException(String message) {
        super(message);
    }

    public EnrollmentSpanNotFoundException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy