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:
java.io.Serializable
public class StashApplyFailureException extends GitAPIException
Thrown from StashApplyCommand when stash apply fails- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StashApplyFailureException(java.lang.String message)
Create a StashApplyFailedException
-