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

com.tozny.e3db.E3DBDecryptionException Maven / Gradle / Ivy

There is a newer version: 7.2.3
Show newest version
package com.tozny.e3db;

public class E3DBDecryptionException extends E3DBCryptoException {
    public E3DBDecryptionException(String message) {
        super("Failure with decryption: " + message);
    }

    public E3DBDecryptionException(String message, Throwable e) {
        super("Failure with decryption: " + message, e);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy