Class WorkbasketAlreadyExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pro.taskana.common.api.exceptions.TaskanaException
-
- pro.taskana.workbasket.api.exceptions.WorkbasketAlreadyExistException
-
- All Implemented Interfaces:
Serializable
public class WorkbasketAlreadyExistException extends TaskanaException
Thrown, when a workbasket does already exits, but wanted to create with same ID.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkbasketAlreadyExistException(Workbasket workbasket)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WorkbasketAlreadyExistException
public WorkbasketAlreadyExistException(Workbasket workbasket)
-
-