Class UnsupportedPersonalProjectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.atlassian.bitbucket.settingsrestriction.UnsupportedPersonalProjectException
All Implemented Interfaces:
Serializable

public class UnsupportedPersonalProjectException extends IllegalArgumentException
Thrown when there is an attempt to create a restriction and the specified project is a personal project.
Since:
8.10
See Also:
  • Constructor Details

    • UnsupportedPersonalProjectException

      public UnsupportedPersonalProjectException(@Nonnull String message, @Nonnull Project project)
  • Method Details

    • getProject

      @Nonnull public Project getProject()