Class ProjectContextRestartRequestedException

    • Constructor Detail

      • ProjectContextRestartRequestedException

        public ProjectContextRestartRequestedException​(IDtProject project)
        Creates an instance of the exception.
        Parameters:
        project - The target project for the exception. Cannot be null.
      • ProjectContextRestartRequestedException

        public ProjectContextRestartRequestedException​(IDtProject project,
                                                       String message)
        Creates an instance of the exception.
        Parameters:
        project - The target project for the exception. Cannot be null.
        message - the detail message, can be null.
      • ProjectContextRestartRequestedException

        public ProjectContextRestartRequestedException​(IDtProject project,
                                                       String message,
                                                       Throwable cause)
        Creates an instance of the exception.
        Parameters:
        project - The target project for the exception. Cannot be null.
        message - the detail message, can be null.
        cause - the cause, can be null.
      • ProjectContextRestartRequestedException

        public ProjectContextRestartRequestedException​(IDtProject project,
                                                       Throwable cause)
        Creates an instance of the exception.
        Parameters:
        project - The target project for the exception. Cannot be null.
        cause - the cause, can be null.