Package com.microstrategy.web.tasks
Class TaskUnauthorizedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.microstrategy.web.tasks.TaskException
-
- com.microstrategy.web.tasks.TaskUnauthorizedException
-
- All Implemented Interfaces:
TaskStatusCodes
,java.io.Serializable
public class TaskUnauthorizedException extends TaskException implements TaskStatusCodes
This exception indicates that current user is not authorized to execute the requested task. This might happen if user tries to execute an administrative task with regular task processor while the admin processor should be used.- 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 TaskUnauthorizedException(java.lang.String msg)
Creates a new TaskUnauthorizedException object.
-
Method Summary
-
Methods inherited from class com.microstrategy.web.tasks.TaskException
getGenericMessage, getStatusCode, getTaskErrorCode, setGenericMessage, setStatusCode, setTaskErrorCode
-
-