hudson.util.jna
Class WinIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by hudson.util.jna.WinIOException
All Implemented Interfaces:
Serializable

public class WinIOException
extends IOException

IOException originated from Windows API call.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Constructor Summary
WinIOException()
           
WinIOException(String message)
           
WinIOException(String message, Throwable cause)
           
WinIOException(Throwable cause)
           
 
Method Summary
 int getErrorCode()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

WinIOException

public WinIOException()

WinIOException

public WinIOException(String message)

WinIOException

public WinIOException(String message,
                      Throwable cause)

WinIOException

public WinIOException(Throwable cause)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getErrorCode

public int getErrorCode()


Copyright © 2004-2013. All Rights Reserved.