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