Exemplo n.º 1
0
 @Override
 void initCache() throws CacheException {
   if (throwCacheException) {
     throw new CacheException("Fake exception. Totally expected.");
   } else {
     super.initCache();
   }
 }