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

uk.gov.di.ipv.cri.common.library.exception.SessionValidationException Maven / Gradle / Ivy

The newest version!
package uk.gov.di.ipv.cri.common.library.exception;

public class SessionValidationException extends RuntimeException {
    public SessionValidationException(String message, Exception e) {
        super(message, e);
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy