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

io.castled.encryption.EncryptionException Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package io.castled.encryption;

import io.castled.exceptions.CastledException;

public class EncryptionException extends CastledException {

    public EncryptionException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy