Class TaskRequestMalformedException

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

    public class TaskRequestMalformedException
    extends TaskException
    implements TaskStatusCodes
    This exception class represents the condition when an incoming Task request is malformed.
    Since:
    MicroStrategy Web 8.1.0
    See Also:
    Serialized Form
    • Constructor Detail

      • TaskRequestMalformedException

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

        public TaskRequestMalformedException​(java.lang.Exception e)
        Creates a new TaskRequestMalformedException object.
        Parameters:
        e - An inner Exception to associate with this exception.
      • TaskRequestMalformedException

        public TaskRequestMalformedException​(java.lang.String msg,
                                             java.lang.Throwable e)
        Creates a new TaskRequestMalformedException object.
        Parameters:
        e - An inner Throwable to associate with this exception.