public class

HandlerConfigurationException

extends HandlerException
implements HandlerStatusCodes
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.microstrategy.web.objects.actions.HandlerException
         ↳ com.microstrategy.web.objects.actions.HandlerConfigurationException

Class Overview

This exception indicates that a Task is not properly configured. This could be a wide range of error conditions (can't instantiate a Bean, can't find a Block) but does not indicate a problem with the incoming request.

Summary

[Expand]
Inherited Constants
From interface com.microstrategy.web.objects.actions.HandlerStatusCodes
Public Constructors
HandlerConfigurationException(String msg)
Creates a new TaskConfigurationException object.
HandlerConfigurationException(Exception e)
Creates a new TaskConfigurationException object.
[Expand]
Inherited Methods
From class com.microstrategy.web.objects.actions.HandlerException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public HandlerConfigurationException (String msg)

Creates a new TaskConfigurationException object.

Parameters
msg The error message to associate with this exception.

public HandlerConfigurationException (Exception e)

Creates a new TaskConfigurationException object.

Parameters
e The nested exception to associate with this exception.