
com.tngtech.keycloakmock.impl.session.InvalidSessionStateException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mock Show documentation
Show all versions of mock Show documentation
Base module of keycloak-mock
The newest version!
package com.tngtech.keycloakmock.impl.session;
public class InvalidSessionStateException extends RuntimeException {
public InvalidSessionStateException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy