Class ClassificationAlreadyExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pro.taskana.common.api.exceptions.TaskanaException
-
- pro.taskana.classification.api.exceptions.ClassificationAlreadyExistException
-
- All Implemented Interfaces:
Serializable
public class ClassificationAlreadyExistException extends TaskanaException
Thrown, when a classification does already exits, but wanted to create with same ID+domain.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClassificationAlreadyExistException(Classification classification)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ClassificationAlreadyExistException
public ClassificationAlreadyExistException(Classification classification)
-
-