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

com.coalmine.connector.logging.GwtGaeCoalmineHandler Maven / Gradle / Ivy

Go to download

Coalmine connector for Java. Coalmine (https://www.getcoalmine.com) is a cloud-based exception and error tracking service for your web apps.

The newest version!
package com.coalmine.connector.logging;

import com.coalmine.connector.Connector;
import com.coalmine.connector.notification.GwtLoggedNotification;
import com.coalmine.connector.notification.LoggedNotification;

public class GwtGaeCoalmineHandler extends GaeCoalmineHandler {

	public GwtGaeCoalmineHandler(Connector connector) {
		super(connector);
	}
	
	protected LoggedNotification buildLoggedNotification(Throwable ex) {
		return new GwtLoggedNotification(ex);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy