
com.genexus.cryptography.exception.EncryptionException Maven / Gradle / Ivy
package com.genexus.cryptography.exception;
public class EncryptionException extends Exception {
public EncryptionException(String message, Throwable t) {
super(message, t);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy