hudson.util
Class JNADoublyLoaded

java.lang.Object
  extended by hudson.util.ErrorObject
      extended by hudson.util.HudsonFailedToLoad
          extended by hudson.util.JNADoublyLoaded

public class JNADoublyLoaded
extends HudsonFailedToLoad

Indicates that JNA is already loaded in another class loader.

Author:
Kohsuke Kawaguchi

Field Summary
 
Fields inherited from class hudson.util.HudsonFailedToLoad
exception
 
Constructor Summary
JNADoublyLoaded(Throwable exception)
           
 
Method Summary
 
Methods inherited from class hudson.util.HudsonFailedToLoad
getStackTrace
 
Methods inherited from class hudson.util.ErrorObject
doDynamic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNADoublyLoaded

public JNADoublyLoaded(Throwable exception)


Copyright © 2004-2013. All Rights Reserved.