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

com.admin4j.common.exception.EncryptException Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
package com.admin4j.common.exception;

/**
 * @author andanyang
 * @since 2023/9/19 10:06
 */
public class EncryptException extends SystemException {

    public EncryptException(String message, Throwable throwable) {
        super(message, throwable);
    }

    public EncryptException(Throwable throwable) {
        super(throwable);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy