Class TaskManagerException

    • Constructor Detail

      • TaskManagerException

        public TaskManagerException()
        Creates a new instance of TaskManagerException.
      • TaskManagerException

        public TaskManagerException​(String message)
        Creates a new instance of TaskManagerException.
        Parameters:
        message - Message for this error.
      • TaskManagerException

        public TaskManagerException​(String message,
                                    Throwable cause)
        Creates a new instance of TaskManagerException.
        Parameters:
        message - Message for this error.
        cause - Cause of the exception.
      • TaskManagerException

        public TaskManagerException​(String message,
                                    StackTraceElement[] stack)
        Creates a new instance of TaskManagerException.
        Parameters:
        message - Message for this error.
        stack - Stack trace for this exception.
    • Method Detail

      • setTaskId

        public void setTaskId​(String aTaskId)
        Sets the id of the task associated to this exception.
        Parameters:
        aTaskId - String containing the task id.
      • getTaskId

        public String getTaskId()
        Gets the id of the task associated to this exception.
        Returns:
        String containing the task id.