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

uk.gov.ida.eventemitter.EventEncryptionException Maven / Gradle / Ivy

package uk.gov.ida.eventemitter;

public class EventEncryptionException extends java.lang.Exception {

    public EventEncryptionException(Throwable cause) {
        super(cause);
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy