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

com.innovativeastrosolutions.astrosoftcore.exception.AstrosoftException Maven / Gradle / Ivy

/**
 * AstrosoftException.java
 * Created On 2007, Sep 3, 2007 10:31:29 PM
 * @author E. Rajasekar
 */

package com.innovativeastrosolutions.astrosoftcore.exception;

public class AstrosoftException extends RuntimeException {

	private static final long serialVersionUID = 1L;

	public AstrosoftException(String msg, Throwable cause){
		super(msg,cause);
		
	}

	public AstrosoftException(String msg) {
		super(msg);
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy