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