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

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