3233343536373839
{ public String retryableRead(String path) throws IOException { if( path.startsWith("/restricted") ) throw new ReadAccessException("/restricted/* read access not allowed"); return null; }