hudson.util.jna
Class JnaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by hudson.util.jna.JnaException
All Implemented Interfaces:
Serializable

public class JnaException
extends RuntimeException

Exception in the registry code.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Constructor Summary
JnaException(int errorCode)
           
 
Method Summary
 int getErrorCode()
           
 
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

JnaException

public JnaException(int errorCode)
Method Detail

getErrorCode

public int getErrorCode()


Copyright © 2004-2013. All Rights Reserved.