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

com.github.ncredinburgh.tomcat.encryption.CipherException Maven / Gradle / Ivy

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

@SuppressWarnings("serial")
public class CipherException extends RuntimeException {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy