类 CacheOperationInvoker.ThrowableWrapper

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.cache.interceptor.CacheOperationInvoker.ThrowableWrapper
所有已实现的接口:
Serializable
封闭接口:
CacheOperationInvoker

public static class CacheOperationInvoker.ThrowableWrapper extends RuntimeException
Wrap any exception thrown while invoking CacheOperationInvoker.invoke().
另请参阅:
  • 构造器详细资料

    • ThrowableWrapper

      public ThrowableWrapper(Throwable original)
  • 方法详细资料

    • getOriginal

      public Throwable getOriginal()