org.apache.curator.framework.api
Interface UnhandledErrorListener


public interface UnhandledErrorListener


Method Summary
 void unhandledError(String message, Throwable e)
          Called when an exception is caught in a background thread, handler, etc.
 

Method Detail

unhandledError

void unhandledError(String message,
                    Throwable e)
Called when an exception is caught in a background thread, handler, etc. Before this listener is called, the error will have been logged and a ConnectionState.LOST event will have been queued for any ConnectionStateListeners.

Parameters:
message - Source message
e - exception


Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.