5960616263646566
*/ protected void verifyIsOpen() throws StoreException { if (!isOpen()) { throw new ConnectionClosedException(); } }