org.eclipse.jgit.api.errors
Class StashApplyFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.jgit.api.errors.GitAPIException
              extended by org.eclipse.jgit.api.errors.StashApplyFailureException
All Implemented Interfaces:
Serializable

public class StashApplyFailureException
extends GitAPIException

Thrown from StashApplyCommand when stash apply fails

See Also:
Serialized Form

Constructor Summary
StashApplyFailureException(String message)
          Create a StashApplyFailedException
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StashApplyFailureException

public StashApplyFailureException(String message)
Create a StashApplyFailedException

Parameters:
message -


Copyright © 2013. All Rights Reserved.