Interface Service.Exceptions
-
-
Field Summary
Fields Modifier and Type Field Description static String
cannotStartTraversal
static String
cannotUseMidTraversal
static String
directoryStartOnly
static String
doesNotSupportBarrier
static String
doesNotSupportStreaming
-
-
-
Field Detail
-
cannotStartTraversal
static final String cannotStartTraversal
- See Also:
- Constant Field Values
-
cannotUseMidTraversal
static final String cannotUseMidTraversal
- See Also:
- Constant Field Values
-
doesNotSupportStreaming
static final String doesNotSupportStreaming
- See Also:
- Constant Field Values
-
doesNotSupportBarrier
static final String doesNotSupportBarrier
- See Also:
- Constant Field Values
-
directoryStartOnly
static final String directoryStartOnly
- See Also:
- Constant Field Values
-
-