Class ClassificationAlreadyExistException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.kadai.common.api.exceptions.KadaiException
io.kadai.classification.api.exceptions.ClassificationAlreadyExistException
All Implemented Interfaces:
Serializable

public class ClassificationAlreadyExistException extends io.kadai.common.api.exceptions.KadaiException
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()