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

com.zandero.rest.exception.ContextException Maven / Gradle / Ivy

The newest version!
package com.zandero.rest.exception;

/**
 * Exception when Context can not be provided
 */
public class ContextException extends Exception {

	public ContextException(String message) {
		super(message);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy