Class ProjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
exception.ProjectNotFoundException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionConstructs a newProjectNotFoundExceptionwith a default detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProjectNotFoundException
public ProjectNotFoundException()Constructs a newProjectNotFoundExceptionwith a default detail message. The default message is "No project with this ID.".
-