org.springframework.batch.item.adapter
Class AbstractMethodInvokingDelegator.InvocationTargetThrowableWrapper

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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:
Serialized Form

Constructor Summary
AbstractMethodInvokingDelegator.InvocationTargetThrowableWrapper(Throwable cause)
           
 
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
 

Constructor Detail

AbstractMethodInvokingDelegator.InvocationTargetThrowableWrapper

public AbstractMethodInvokingDelegator.InvocationTargetThrowableWrapper(Throwable cause)


Copyright © 2013 SpringSource. All Rights Reserved.