com.manydesigns.crypto.InvalidSettingsException Maven / Gradle / Ivy
package com.manydesigns.crypto;
class InvalidSettingsException extends Exception {
InvalidSettingsException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy