Class ProjectMovedException

All Implemented Interfaces:
Serializable

public class ProjectMovedException extends EntityMovedException
Exception that is thrown when a project key has been changed and the project is retrieved using the old key.
Since:
5.0
See Also:
  • Constructor Details

    • ProjectMovedException

      public ProjectMovedException(@Nonnull Project project, @Nonnull String projectKey, @Nonnull KeyedMessage message)
      Since:
      7.18
  • Method Details

    • getOldKey

      @Nonnull public String getOldKey()
    • getProject

      @Nonnull public Project getProject()