Package org.apache.jackrabbit.vault.rcp
Interface RcpTask.Result
- Enclosing interface:
- RcpTask
public static interface RcpTask.Result
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getState
RcpTask.Result.State getState() -
getThrowable
Throwable getThrowable()- Returns:
- the exception in case of
getState()== ENDED and the execution was not successful otherwisenull
-