Class InitializationErrorInvocationHandler

java.lang.Object
hudson.util.jna.InitializationErrorInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class InitializationErrorInvocationHandler extends Object implements InvocationHandler
InvocationHandler that reports the same exception over and over again when methods are invoked on the interface. This is convenient to remember why the initialization of the real JNA proxy failed.
Since:
1.487
Author:
Kohsuke Kawaguchi