Package com.atlassian.bamboo.exception
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:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable Set<String>
getProjectKeys()
@Nullable Set<String>
getRepositoriesNames()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-