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

com.github.pandachanv587.aesutil.exception.AESConfigParamsError Maven / Gradle / Ivy

The newest version!
package com.github.pandachanv587.aesutil.exception;

public class AESConfigParamsError extends Exception {

    public AESConfigParamsError(String errorMsg) {
        super(errorMsg);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy