Class TaskNotRequestedException

    • Constructor Detail

      • TaskNotRequestedException

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

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