Class WorkItemRetrievalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.xwiki.projectmanagement.exception.ProjectManagementException
-
- com.xwiki.projectmanagement.exception.WorkItemException
-
- com.xwiki.projectmanagement.exception.WorkItemRetrievalException
-
- All Implemented Interfaces:
Serializable
public class WorkItemRetrievalException extends WorkItemException
Exception thrown when the retrieval of a work item has failed due to various reasons.- Since:
- 1.0
- Version:
- $Id$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkItemRetrievalException(String message)WorkItemRetrievalException(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 Detail
-
WorkItemRetrievalException
public WorkItemRetrievalException(String message)
- Parameters:
message- the detail message for this exception.
-
-