Class ChallengeNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ntnu.idi.idatt2106.sparesti.sparestibackend.exception.challenge.ChallengeNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown for when challenge could not be found
- Since:
- 22.4.2024
- Version:
- 1.0
- Author:
- Yasin M.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChallengeNotFoundException
Constructor for exception- Parameters:
id
- Id of non-existent challenge
-