Class TaskConfigurationException

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

    public class TaskConfigurationException
    extends TaskException
    implements TaskStatusCodes
    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.
    Since:
    MicroStrategy Web 8.1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • TaskConfigurationException

        public TaskConfigurationException​(java.lang.String msg)
        Creates a new TaskConfigurationException object.
        Parameters:
        msg - The error message to associate with this exception.
      • TaskConfigurationException

        public TaskConfigurationException​(java.lang.Exception e)
        Creates a new TaskConfigurationException object.
        Parameters:
        e - The nested exception to associate with this exception.
      • TaskConfigurationException

        public TaskConfigurationException​(java.lang.String message,
                                          java.lang.Throwable e)