Package com.xwiki.task
Class TaskException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xwiki.task.TaskException
- All Implemented Interfaces:
Serializable
Exception thrown by the Task Application.
- Since:
- 3.0
- Version:
- $Id$
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTaskException(String message) TaskException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TaskException
- Parameters:
message- the exception messagecause- the cause of this exception
-
TaskException
- Parameters:
message- the exception message
-