Class AbstractMethodInvokingDelegator.InvocationTargetThrowableWrapper

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.batch.item.adapter.AbstractMethodInvokingDelegator.InvocationTargetThrowableWrapper
All Implemented Interfaces:
Serializable
Enclosing class:
AbstractMethodInvokingDelegator<T>

public static class AbstractMethodInvokingDelegator.InvocationTargetThrowableWrapper extends RuntimeException
Used to wrap a Throwable (not an Exception) thrown by a reflectively-invoked delegate.
Author:
Robert Kasanicky
See Also:
  • Constructor Details

    • InvocationTargetThrowableWrapper

      public InvocationTargetThrowableWrapper(Throwable cause)