Package com.enonic.xp.task
Class TaskNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.enonic.xp.exception.BaseException
-
- com.enonic.xp.task.TaskNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
@PublicApi public class TaskNotFoundException extends BaseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskNotFoundException(DescriptorKey task)
TaskNotFoundException(DescriptorKey task, java.lang.String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescriptorKey
getTask()
-
Methods inherited from class com.enonic.xp.exception.BaseException
getCode
-
-
-
-
Constructor Detail
-
TaskNotFoundException
public TaskNotFoundException(DescriptorKey task)
-
TaskNotFoundException
public TaskNotFoundException(DescriptorKey task, java.lang.String message)
-
-
Method Detail
-
getTask
public DescriptorKey getTask()
-
-