Class RepositoryBranchDeletedException

All Implemented Interfaces:
Serializable

public class RepositoryBranchDeletedException extends RepositoryException
See Also:
  • Constructor Details

    • RepositoryBranchDeletedException

      public RepositoryBranchDeletedException(@NotNull @NotNull String message, long repositoryId)
    • RepositoryBranchDeletedException

      public RepositoryBranchDeletedException(@Nullable @Nullable Throwable cause, long repositoryId)
    • RepositoryBranchDeletedException

      public RepositoryBranchDeletedException(@NotNull @NotNull String message, @Nullable @Nullable Throwable cause)
    • RepositoryBranchDeletedException

      public RepositoryBranchDeletedException(String message, String stdout, String stderr)
    • RepositoryBranchDeletedException

      public RepositoryBranchDeletedException(String message, @Nullable @Nullable Throwable cause, String stdout, String stderr)
    • RepositoryBranchDeletedException

      public RepositoryBranchDeletedException(String message, Throwable cause, String stdout, String stderr, long repositoryId)