Package com.microstrategy.web.tasks
Class TaskNotRequestedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microstrategy.web.tasks.TaskException
-
- com.microstrategy.web.tasks.TaskNotRequestedException
-
- All Implemented Interfaces:
TaskStatusCodes
,java.io.Serializable
public class TaskNotRequestedException extends TaskException implements TaskStatusCodes
This exception represents the case that a Task has not been requested.- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.microstrategy.web.tasks.TaskStatusCodes
TASK_FORBIDDEN, TASK_INTERNAL_ERROR, TASK_MISCONFIGURED, TASK_NOT_FOUND, TASK_NOT_REQUESTED, TASK_REQUEST_MALFORMED, TASK_REQUEST_RESUBMIT, TASK_SUCCESS, TASK_UNAUTHORIZED
-
-
Constructor Summary
Constructors Constructor Description TaskNotRequestedException(java.lang.Exception e)
Creates a new TaskNotRequestedException object.TaskNotRequestedException(java.lang.String msg)
Creates a new TaskNotRequestedException object.
-
Method Summary
-
Methods inherited from class com.microstrategy.web.tasks.TaskException
getGenericMessage, getStatusCode, getTaskErrorCode, setGenericMessage, setStatusCode, setTaskErrorCode
-
-
-
-
Constructor Detail
-
TaskNotRequestedException
public TaskNotRequestedException(java.lang.String msg)
Creates a new TaskNotRequestedException object.- Parameters:
msg
- The message to associate with this exception.
-
TaskNotRequestedException
public TaskNotRequestedException(java.lang.Exception e)
Creates a new TaskNotRequestedException object.- Parameters:
e
- An inner exception to associate with this exception.
-
-