Package org.eclipse.jgit.api.errors
Class StashApplyFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.api.errors.GitAPIException
org.eclipse.jgit.api.errors.StashApplyFailureException
- All Implemented Interfaces:
Serializable
Thrown from StashApplyCommand when stash apply fails
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStashApplyFailureException
(String message) Create a StashApplyFailedExceptionStashApplyFailureException
(String message, Throwable cause) Constructor for StashApplyFailureException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
StashApplyFailureException
Constructor for StashApplyFailureException- Parameters:
message
- error messagecause
- aThrowable
- Since:
- 4.1
-
StashApplyFailureException
Create a StashApplyFailedException- Parameters:
message
- error message
-