Class WorkbasketInUseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- pro.taskana.common.api.exceptions.TaskanaException
-
- pro.taskana.workbasket.api.exceptions.WorkbasketInUseException
-
- All Implemented Interfaces:
Serializable
public class WorkbasketInUseException extends TaskanaException
Thrown if a specific Workbasket does have content and should be deleted.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkbasketInUseException(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
-
WorkbasketInUseException
public WorkbasketInUseException(String msg)
-
-