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, toString
public MultipleParentsNotAllowedException(String message, Throwable cause)
message
- error messagecause
- a Throwable
public MultipleParentsNotAllowedException(String message)
message
- error messageCopyright © 2019 Eclipse JGit Project. All rights reserved.