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

fr.smallcrew.security.exception.InvalidSessionException Maven / Gradle / Ivy

Go to download

Foundation of all smallcrew's projects needing authenticated users and role management

The newest version!
package fr.smallcrew.security.exception;

public class InvalidSessionException extends RuntimeException {
  private static final long serialVersionUID = 6627375716397007388L;

  public InvalidSessionException(String exceptionMessage) {
    super(exceptionMessage);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy