Class WorkItemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xwiki.projectmanagement.exception.ProjectManagementException
com.xwiki.projectmanagement.exception.WorkItemException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WorkItemCreationException,WorkItemDeletionException,WorkItemNotFoundException,WorkItemRetrievalException,WorkItemUpdatingException
Base exception for work items handling.
- Since:
- 1.0
- Version:
- $Id$
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkItemException(String message) WorkItemException(String message, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorkItemException
- Parameters:
message- the detail message for this exception.
-
WorkItemException
- Parameters:
message- the detail message for this exception.throwable- the cause for this exception or null if none exists.
-