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

com.bol.crypt.CryptOperationException Maven / Gradle / Ivy

package com.bol.crypt;

public class CryptOperationException extends RuntimeException {
    public CryptOperationException(String s, Throwable e) {
        super(s, e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy