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

edu.uiuc.ncsa.sas.exceptions.SASException Maven / Gradle / Ivy

There is a newer version: 5.4.3
Show newest version
package edu.uiuc.ncsa.sas.exceptions;

import edu.uiuc.ncsa.security.core.exceptions.GeneralException;

/**
 * 

Created by Jeff Gaynor
* on 8/25/22 at 7:37 AM */ public class SASException extends GeneralException { public SASException() { } public SASException(Throwable cause) { super(cause); } public SASException(String message) { super(message); } public SASException(String message, Throwable cause) { super(message, cause); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy