Package pro.taskana.adapter.exceptions
Class ReferencedTaskDoesNotExistInExternalSystemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- pro.taskana.common.api.exceptions.TaskanaRuntimeException
-
- pro.taskana.adapter.exceptions.ReferencedTaskDoesNotExistInExternalSystemException
-
- All Implemented Interfaces:
Serializable
public class ReferencedTaskDoesNotExistInExternalSystemException extends pro.taskana.common.api.exceptions.TaskanaRuntimeExceptionThis exception is thrown when an attempt is made to create a Taskana task for a referenced task that does not exist.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReferencedTaskDoesNotExistInExternalSystemException(String msg)ReferencedTaskDoesNotExistInExternalSystemException(String msg, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-