Package pro.taskana.task.api.exceptions
Class InvalidOwnerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pro.taskana.common.api.exceptions.TaskanaException
-
- pro.taskana.task.api.exceptions.InvalidOwnerException
-
- All Implemented Interfaces:
Serializable
public class InvalidOwnerException extends TaskanaException
This exception is thrown when the task state doesn't allow the requested operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidOwnerException(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
-
InvalidOwnerException
public InvalidOwnerException(String msg)
-
-