Serializable
public 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, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CheckoutConflictException(List<String> conflictingPaths, CheckoutConflictException e)
conflictingPaths
- list of conflicting pathse
- a CheckoutConflictException
exceptionCopyright © 2018. All rights reserved.