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

co.com.bancolombia.secretsmanager.api.exceptions.SecretException Maven / Gradle / Ivy

There is a newer version: 4.4.24
Show newest version
package co.com.bancolombia.secretsmanager.api.exceptions;

/**
 * Represents an Secret Exception.
 *
 * @author Andrés Mauricio Gómez
 * P.
 */
public class SecretException extends Exception {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy