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 Classification is not in the database.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringERROR_KEY_IDstatic StringERROR_KEY_KEY_DOMAIN
-
Constructor Summary
Constructors Constructor Description ClassificationNotFoundException(String classificationId)ClassificationNotFoundException(String key, String domain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassificationId()StringgetClassificationKey()StringgetDomain()-
Methods inherited from class pro.taskana.common.api.exceptions.NotFoundException
toString
-
Methods inherited from class pro.taskana.common.api.exceptions.TaskanaException
getErrorCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Field Detail
-
ERROR_KEY_ID
public static final String ERROR_KEY_ID
- See Also:
- Constant Field Values
-
ERROR_KEY_KEY_DOMAIN
public static final String ERROR_KEY_KEY_DOMAIN
- See Also:
- Constant Field Values
-
-