Class StashApplyFailureException

All Implemented Interfaces:
Serializable

public class StashApplyFailureException extends GitAPIException
Thrown from StashApplyCommand when stash apply fails
See Also:
  • Field Details

  • Constructor Details

    • StashApplyFailureException

      public StashApplyFailureException(String message, Throwable cause)
      Constructor for StashApplyFailureException
      Parameters:
      message - error message
      cause - a Throwable
      Since:
      4.1
    • StashApplyFailureException

      public StashApplyFailureException(String message)
      Create a StashApplyFailedException
      Parameters:
      message - error message