jpaoletti.jpm.core.exception.NotAuthenticatedException Maven / Gradle / Ivy
The newest version!
package jpaoletti.jpm.core.exception;
import jpaoletti.jpm.core.PMException;
/**
* Security exception that represent an atemp to access without login
*
* @author jpaoletti
*/
public class NotAuthenticatedException extends PMException {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy