public class UnmergedPathsException extends GitAPIException
Constructor and Description |
---|
UnmergedPathsException()
The default constructor with a default message
|
UnmergedPathsException(String message,
Throwable cause)
Constructor for UnmergedPathsException
|
UnmergedPathsException(Throwable cause)
The default constructor with a default message
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnmergedPathsException()
public UnmergedPathsException(Throwable cause)
cause
- original exceptionCopyright © 2020 Eclipse JGit Project. All rights reserved.