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