Class CacheOperationInvoker.ThrowableWrapper

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.cache.interceptor.CacheOperationInvoker.ThrowableWrapper
All Implemented Interfaces:
Serializable
Enclosing interface:
CacheOperationInvoker

public static class CacheOperationInvoker.ThrowableWrapper extends RuntimeException
Wrap any exception thrown while invoking CacheOperationInvoker.invoke().
See Also:
  • Constructor Details

    • ThrowableWrapper

      public ThrowableWrapper(Throwable original)
  • Method Details

    • getOriginal

      public Throwable getOriginal()