
com.cedarsoft.utils.UserNotFoundException Maven / Gradle / Ivy
The newest version!
package com.cedarsoft.utils;
/**
*
*/
public class UserNotFoundException extends AuthentificationException {
public UserNotFoundException() {
}
public UserNotFoundException( String message ) {
super( message );
}
public UserNotFoundException( String message, Throwable cause ) {
super( message, cause );
}
public UserNotFoundException( Throwable cause ) {
super( cause );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy