7071727374757677787980
{ return 0; } else { throw new PojoCacheException("MethodReentrancyStopperInterceptor.invoke(): unknown method name" + methodName); } } } finally
86878889909192939495
{ field.set(obj, newValue); } catch (IllegalAccessException e) { throw new PojoCacheException( "PojoUtil.inMemorySubstitution(): Can't swap out the class of field \" " + "+field.getLastElementAsString()," + e); } }
100101102103104105106107
// retrieve pojo Object pojo = ((CacheFieldInterceptor) interceptor).getAopInstance().get(); if (pojo == null) { throw new PojoCacheException("PojoUtil.detachInterceptor(): null pojo"); } }
976977978979980981982
else if (t instanceof RuntimeException) throw (RuntimeException) t; else if (t instanceof Error) throw (Error) t; else throw new PojoCacheException(t); }
73747576777879808182
{ mc.invoke(); } catch (Throwable t) { throw new PojoCacheException( "PojoTxSynchronizationHandler.runRollbackPhase(): error: " + t, t); } } }
380381382383384385386387388389390
if (obj instanceof Advised) { InstanceAdvisor advisor = ((Advised) obj)._getInstanceAdvisor(); if (advisor == null) { throw new PojoCacheException("_putObject(): InstanceAdvisor is null for: " + obj); } // Step Check for cross references interceptor = AopUtil.findCacheInterceptor(advisor); }
707172737475767778798081
synchronizationHandler_.set(handler); } } catch (RollbackException e) { throw new PojoCacheException("PojoTxUndoSynchronizationInterceptor.registerTxHandler(): Exception: " + e); } catch (SystemException e) { throw new PojoCacheException("PojoTxUndoSynchronizationInterceptor.registerTxHandler(): Exception: " + e); } }