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

edu.stanford.protege.webprotege.dispatch.InvalidRequestException Maven / Gradle / Ivy

The newest version!
package edu.stanford.protege.webprotege.dispatch;

import static com.google.common.base.Preconditions.checkNotNull;

/**
 * Author: Matthew Horridge
* Stanford University
* Bio-Medical Informatics Research Group
* Date: 20/02/2013 */ public class InvalidRequestException extends RuntimeException { /** * For serialization purposes only */ private InvalidRequestException() { } public InvalidRequestException(String message) { super(checkNotNull(message)); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy