Class GitWorkTreeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.scm.git.GitException
com.atlassian.bitbucket.scm.git.worktree.GitWorkTreeException
All Implemented Interfaces:
Serializable

public class GitWorkTreeException extends GitException
Since:
7.14
See Also:
  • Constructor Details

    • GitWorkTreeException

      public GitWorkTreeException(@Nonnull com.atlassian.bitbucket.i18n.KeyedMessage message)
    • GitWorkTreeException

      public GitWorkTreeException(@Nonnull com.atlassian.bitbucket.i18n.KeyedMessage message, @Nullable Throwable cause)