Class AttachmentPersistenceException

  • All Implemented Interfaces:
    Serializable

    public class AttachmentPersistenceException
    extends TaskanaException
    Thrown, when an attachment should be inserted to the DB, but it does already exist.
    This may happen when a not persisted attachment with ID will be added twice on a task. This can“t be happen it the correct Task-Methods will be used instead the List ones.
    See Also:
    Serialized Form
    • Constructor Detail

      • AttachmentPersistenceException

        public AttachmentPersistenceException​(String msg,
                                              Throwable cause)