Class NoSuchRepositoryException

All Implemented Interfaces:
Serializable

public class NoSuchRepositoryException extends NoSuchEntityException
See Also:
  • Constructor Details

    • NoSuchRepositoryException

      public NoSuchRepositoryException(@Nonnull KeyedMessage message, @Nullable Project project)
    • NoSuchRepositoryException

      public NoSuchRepositoryException(@Nonnull KeyedMessage message, @Nullable Throwable cause, @Nullable Project project)
  • Method Details

    • getProject

      @Nullable public Project getProject()