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

com.mastercard.developer.encryption.EncryptionException Maven / Gradle / Ivy

The newest version!
package com.mastercard.developer.encryption;

public class EncryptionException extends Exception {

    public EncryptionException(String message, Throwable cause) {
        super(message, cause);
    }

    public EncryptionException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy