Serializablepublic class CheckoutConflictException extends GitAPIException
| Constructor | Description |
|---|---|
CheckoutConflictException(List<String> conflictingPaths,
CheckoutConflictException e) |
Translate internal exception to API exception
|
| Modifier and Type | Method | Description |
|---|---|---|
List<String> |
getConflictingPaths() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CheckoutConflictException(List<String> conflictingPaths, CheckoutConflictException e)
conflictingPaths - list of conflicting pathse - a CheckoutConflictException
exceptionCopyright © 2018. All rights reserved.