Package pro.taskana.task.api.exceptions
Class UpdateFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pro.taskana.common.api.exceptions.TaskanaException
-
- pro.taskana.task.api.exceptions.UpdateFailedException
-
- All Implemented Interfaces:
Serializable
public class UpdateFailedException extends TaskanaException
This exception will be thrown if a specific task is not in the database.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateFailedException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UpdateFailedException
public UpdateFailedException(String msg)
-
-