com.signalfx.signalflow.ComputationFailedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of signalfx-codahale Show documentation
Show all versions of signalfx-codahale Show documentation
Dropwizard Codahale metrics plugin for signalfx
The newest version!
/*
* Copyright (C) 2016 SignalFx, Inc. All rights reserved.
*/
package com.signalfx.signalflow;
import java.util.List;
/**
* Exception thrown when the computation failed after being started.
*
* @author dgriff
*/
public class ComputationFailedException extends RuntimeException {
private static final long serialVersionUID = 1L;
protected List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy