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

com.github.ncredinburgh.tomcat.DecryptionException Maven / Gradle / Ivy

There is a newer version: 0.2
Show newest version
package com.github.ncredinburgh.tomcat;

public class DecryptionException extends Exception {

		public DecryptionException(Throwable t) {
			super(t);
		}
		
		public DecryptionException(String message) {
			super(message);
		}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy