Class OpenOfficeManagerException

    • Constructor Detail

      • OpenOfficeManagerException

        public OpenOfficeManagerException​(String message)
        Deprecated.
        Constructs a new OpenOfficeManagerException.
        Parameters:
        message - the string explaining the error.
      • OpenOfficeManagerException

        public OpenOfficeManagerException​(String message,
                                          Throwable throwable)
        Deprecated.
        Constructs a new OpenOfficeManagerException.
        Parameters:
        message - the string explaining the error.
        throwable - the Throwable which is the cause of this exception.