Class InvalidWorkbasketException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pro.taskana.common.api.exceptions.TaskanaException
-
- pro.taskana.workbasket.api.exceptions.InvalidWorkbasketException
-
- All Implemented Interfaces:
Serializable
public class InvalidWorkbasketException extends TaskanaException
This exception is thrown when a request is made to insert or update a workbasket that is missing a required property.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidWorkbasketException(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
-
InvalidWorkbasketException
public InvalidWorkbasketException(String msg)
-
-