Class 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:
    Serialized Form
    • Constructor Detail

      • RssPermissionException

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

      • getProjectKeys

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

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