Class ProjectNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
exception.ProjectNotFoundException
All Implemented Interfaces:
Serializable

public class ProjectNotFoundException extends Exception
Custom checked exception thrown when an operation attempts to access or modify a project using an identifier (Project ID) that does not correspond to any existing project in the system's data store (e.g., ProjectList).
See Also:
  • Constructor Details

    • ProjectNotFoundException

      public ProjectNotFoundException()
      Constructs a new ProjectNotFoundException with a default detail message. The default message is "No project with this ID.".