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

edu.uiuc.ncsa.oa4mp.delegation.server.WrongPasswordException Maven / Gradle / Ivy

The newest version!
package edu.uiuc.ncsa.oa4mp.delegation.server;

import edu.uiuc.ncsa.security.core.exceptions.GeneralException;

/**
 * 

Created by Jeff Gaynor
* on 6/1/23 at 9:50 AM */ public class WrongPasswordException extends GeneralException { public WrongPasswordException() { } public WrongPasswordException(Throwable cause) { super(cause); } public WrongPasswordException(String message) { super(message); } public WrongPasswordException(String message, Throwable cause) { super(message, cause); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy