Package org.wso2.carbon.ntask.common
Class TaskException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.ntask.common.TaskException
- All Implemented Interfaces:
Serializable
This class represents exceptions occurred in related to Tasks.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTaskException(String msg, TaskException.Code code) TaskException(String msg, TaskException.Code code, Exception nestedEx) -
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
-
TaskException
-
-
Method Details
-
getCode
-