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

com.mantledillusion.vaadin.cotton.exception.http900.Http906InjectionErrorException Maven / Gradle / Ivy

Go to download

Cotton is a Vaadin extension destined for the ultimate of developer convenience.

There is a newer version: 2.3.4
Show newest version
package com.mantledillusion.vaadin.cotton.exception.http900;

import com.mantledillusion.vaadin.cotton.exception.WebException;

public class Http906InjectionErrorException extends WebException {

	private static final long serialVersionUID = 1L;

	public Http906InjectionErrorException(String message, Exception e) {
		super("An error occurred during an injection", message, e);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy