Class RssPermissionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bamboo.exception.RssPermissionException
All Implemented Interfaces:
Serializable

public class RssPermissionException extends RuntimeException
Error when validating RSS permission for a plan (project modification, adding dependencies on other plans, downloading artifacts from other projects, using other repositories). Contains projects keys and repositories names to which RSS is missing permission.
See Also:
  • Constructor Details

    • RssPermissionException

      public RssPermissionException(@NotNull @NotNull String message, @Nullable @Nullable Set<String> projectKeys, @Nullable @Nullable Set<String> repositoriesNames)
  • Method Details

    • getProjectKeys

      @Nullable public @Nullable Set<String> getProjectKeys()
    • getRepositoriesNames

      @Nullable public @Nullable Set<String> getRepositoriesNames()