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

edu.stanford.protege.webprotege.user.UserRegistrationException Maven / Gradle / Ivy

There is a newer version: 2.0.2-WHO
Show newest version
package edu.stanford.protege.webprotege.user;

/**
 * Author: Matthew Horridge
* Stanford University
* Bio-Medical Informatics Research Group
* Date: 05/06/2012 */ public class UserRegistrationException extends RuntimeException { public UserRegistrationException() { } public UserRegistrationException(String message) { super(message); } public UserRegistrationException(String message, Throwable cause) { super(message, cause); } public UserRegistrationException(Throwable cause) { super(cause); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy