Uses of Enum
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.CodeModifier and TypeMethodDescriptionTaskException.getCode()static TaskException.CodeReturns 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.CodeModifierConstructorDescriptionTaskException(String msg, TaskException.Code code) TaskException(String msg, TaskException.Code code, Exception nestedEx)