Package com.redwood.scheduler.api.model
Interface APIErrorResultSetCallback
-
public interface APIErrorResultSetCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
error(Throwable t)
Called when an error occurs.
-
-
-
Method Detail
-
error
void error(Throwable t)
Called when an error occurs.- Parameters:
t
- the error.
-
-