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

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

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

/**
 * 

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





© 2015 - 2025 Weber Informatics LLC | Privacy Policy