Class TaskCreationFailedException

  • All Implemented Interfaces:
    Serializable

    public class TaskCreationFailedException
    extends pro.taskana.common.api.exceptions.TaskanaException
    This exception is thrown when the adapter failed to create a task in taskana.
    See Also:
    Serialized Form
    • Constructor Detail

      • TaskCreationFailedException

        public TaskCreationFailedException​(String externalId,
                                           Throwable cause)
    • Method Detail

      • getExternalId

        public String getExternalId()