
prerna.sablecc2.om.execptions.InsightEncryptionException Maven / Gradle / Ivy
The newest version!
package prerna.sablecc2.om.execptions;
import prerna.sablecc2.om.nounmeta.NounMetadata;
public class InsightEncryptionException extends SemossPixelException {
public InsightEncryptionException(String message) {
super(message);
}
public InsightEncryptionException(String message, boolean continueThreadOfExecution) {
super(message);
}
public InsightEncryptionException(NounMetadata noun) {
super(noun);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy