Class NotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pro.taskana.common.api.exceptions.TaskanaException
-
- pro.taskana.common.api.exceptions.NotFoundException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DomainNotFoundException
public class NotFoundException extends TaskanaException
This exception will be thrown if a specific object is not in the database.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundException(String id, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-