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
This exception is thrown when a Classification does already exits, but was tried to be created with the same id and domain.
See Also:
  • Field Details

  • Constructor Details

    • ClassificationAlreadyExistException

      public ClassificationAlreadyExistException(Classification classification)
    • ClassificationAlreadyExistException

      public ClassificationAlreadyExistException(String key, String domain)
  • Method Details

    • getDomain

      public String getDomain()
    • getClassificationKey

      public String getClassificationKey()