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

io.mangoo.exceptions.MangooEncryptionException Maven / Gradle / Ivy

The newest version!
package io.mangoo.exceptions;

import java.io.Serial;

public class MangooEncryptionException extends Exception {
    @Serial
    private static final long serialVersionUID = -1019923813420183496L;

    public MangooEncryptionException(String message, Exception e) {
        super(message, e);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy