public class MultipleParentsNotAllowedException extends GitAPIException
| Constructor and Description |
|---|
MultipleParentsNotAllowedException(String message)
Constructor for MultipleParentsNotAllowedException.
|
MultipleParentsNotAllowedException(String message,
Throwable cause)
Constructor for MultipleParentsNotAllowedException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MultipleParentsNotAllowedException(String message, Throwable cause)
message - error messagecause - a Throwablepublic MultipleParentsNotAllowedException(String message)
message - error messageCopyright © 2019 Eclipse JGit Project. All rights reserved.