Class InvocationTargetRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jexxa.adapterapi.invocation.InvocationTargetRuntimeException
All Implemented Interfaces:
Serializable

public class InvocationTargetRuntimeException extends RuntimeException
InvocationTargetRuntimeException is an unchecked exception that wraps an exception thrown by an invoked method or constructor. This exception is preferred over InvocationTargetException in case of functional interfaces.
See Also:
  • Constructor Details

    • InvocationTargetRuntimeException

      public InvocationTargetRuntimeException(Throwable target)
  • Method Details

    • getTargetException

      public Throwable getTargetException()