
com.github.ncredinburgh.tomcat.encryption.CipherException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tomcat-external-propertysource Show documentation
Show all versions of tomcat-external-propertysource Show documentation
A Tomcat PropertySource class that reads provides property values from an external file.
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