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

com.mindscapehq.raygun4java.webprovider.RaygunServletMessageDetails Maven / Gradle / Ivy

Go to download

The official provider for the Raygun Crash Reporting service. This is the web provider that sends errors caught from your servlet/JSP application. Used in conjunction with raygun4java.core.

There is a newer version: 4.1.0
Show newest version
package com.mindscapehq.raygun4java.webprovider;

import com.mindscapehq.raygun4java.core.messages.RaygunMessageDetails;

public class RaygunServletMessageDetails extends RaygunMessageDetails {

	private RaygunRequestMessage request;

	public RaygunRequestMessage getRequest() {
		return request;
	}
	public void setRequest(RaygunRequestMessage request) {
		this.request = request;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy