Class ClassificationNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pro.taskana.common.api.exceptions.TaskanaException
-
- pro.taskana.common.api.exceptions.NotFoundException
-
- pro.taskana.classification.api.exceptions.ClassificationNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ClassificationNotFoundException extends NotFoundException
Thrown if a specific task is not in the database.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClassificationNotFoundException(String id, String msg)ClassificationNotFoundException(String key, String domain, String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDomain()StringgetKey()-
Methods inherited from class pro.taskana.common.api.exceptions.NotFoundException
getId
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-