Package org.apache.curator.framework.api
Interface UnhandledErrorListener
-
public interface UnhandledErrorListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidunhandledError(java.lang.String message, java.lang.Throwable e)Called when an exception is caught in a background thread, handler, etc.
-