Uses of Class
org.wso2.carbon.ntask.common.TaskException.Code
-
-
Uses of TaskException.Code in org.wso2.carbon.ntask.common
Methods in org.wso2.carbon.ntask.common that return TaskException.Code Modifier and Type Method Description TaskException.Code
TaskException. getCode()
static TaskException.Code
TaskException.Code. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskException.Code[]
TaskException.Code. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.wso2.carbon.ntask.common with parameters of type TaskException.Code Constructor Description TaskException(String msg, TaskException.Code code)
TaskException(String msg, TaskException.Code code, Exception nestedEx)
-