step.parameter.ParameterManagerException Maven / Gradle / Ivy
The newest version!
package step.parameter;
import step.core.encryption.EncryptionManagerException;
public class ParameterManagerException extends RuntimeException {
public ParameterManagerException(String s) {
super(s);
}
public ParameterManagerException(String message, Exception e) {
super(message, e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy