public class StashApplyFailureException extends GitAPIException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
StashApplyFailureException(java.lang.String message)
Create a StashApplyFailedException
|
StashApplyFailureException(java.lang.String message,
java.lang.Throwable cause)
Constructor for StashApplyFailureException
|
private static final long serialVersionUID
public StashApplyFailureException(java.lang.String message, java.lang.Throwable cause)
message
- error messagecause
- a Throwable
public StashApplyFailureException(java.lang.String message)
message
- error message