org.springframework.cache.interceptor
Class CacheInterceptor.ThrowableWrapper

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.cache.interceptor.CacheInterceptor.ThrowableWrapper
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CacheInterceptor

private static class CacheInterceptor.ThrowableWrapper
extends java.lang.RuntimeException


Field Summary
private  java.lang.Throwable original
           
 
Constructor Summary
CacheInterceptor.ThrowableWrapper(java.lang.Throwable original)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

original

private final java.lang.Throwable original
Constructor Detail

CacheInterceptor.ThrowableWrapper

CacheInterceptor.ThrowableWrapper(java.lang.Throwable original)