com.timgroup.statsd
Interface StatsDClientErrorHandler
public interface StatsDClientErrorHandler
Describes a handler capable of processing exceptions that occur during StatsD client operations.
- Author:
- Tom Denley
|
Method Summary |
void |
handle(Exception exception)
Handle the given exception, which occurred during a StatsD client operation. |
handle
void handle(Exception exception)
- Handle the given exception, which occurred during a StatsD client operation.
- Parameters:
exception - the Exception that occurred
Copyright © 2015. All rights reserved.