com.mantledillusion.vaadin.cotton.exception.http900.Http906InjectionErrorException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cotton Show documentation
Show all versions of cotton Show documentation
Cotton is a Vaadin extension destined for the ultimate of developer convenience.
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);
}
}