Class WorkbasketAccessItemAlreadyExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pro.taskana.common.api.exceptions.TaskanaException
-
- pro.taskana.workbasket.api.exceptions.WorkbasketAccessItemAlreadyExistException
-
- All Implemented Interfaces:
Serializable
public class WorkbasketAccessItemAlreadyExistException extends TaskanaException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkbasketAccessItemAlreadyExistException(WorkbasketAccessItem accessItem)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WorkbasketAccessItemAlreadyExistException
public WorkbasketAccessItemAlreadyExistException(WorkbasketAccessItem accessItem)
-
-