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