Class TaskInternalException

  • All Implemented Interfaces:
    TaskStatusCodes, java.io.Serializable

    public class TaskInternalException
    extends TaskException
    implements TaskStatusCodes
    This exception indicates an internal error, often from the Intelligence Server. Unlike a configuration error (which represents a Task which is not properly installed) and a malformed request, this exception is somewhere in the middle.
    Since:
    MicroStrategy Web 8.1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • TaskInternalException

        public TaskInternalException​(int taskErrorCode,
                                     java.lang.String errorMsg)
        Creates a new TaskInternalException.
        Parameters:
        taskErrorCode - The numeric, task-specific error code.
        errorMsg - The String message.
      • TaskInternalException

        public TaskInternalException​(int taskErrorCode,
                                     java.lang.String errorMsg,
                                     AuditEvent event)
        Creates a new TaskInternalException.
        Parameters:
        taskErrorCode - The numeric, task-specific error code.
        errorMsg - The String message.
        event - AuditEvent associated with the exception
      • TaskInternalException

        public TaskInternalException​(int taskErrorCode,
                                     java.lang.String errorMsg,
                                     MSTRCheckedException e)
        Creates a new TaskInternalException.
        Parameters:
        taskErrorCode - The numeric, task-specific error code.
        errorMsg - The String message.
        e - A MSTRCheckedException which is the cause.