ConfigurationError
337338339340341342343344
protected File getSieveRootDirectory() { try { return _fileSystem.getFile(SIEVE_ROOT); } catch (FileNotFoundException ex1) { throw new ConfigurationError(ex1); } }