Package hudson.util.jna
Class WinIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
hudson.util.jna.WinIOException
- All Implemented Interfaces:
Serializable
IOException originated from Windows API call.
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Constructor Summary
ConstructorDescriptionWinIOException
(String message) WinIOException
(String message, Throwable cause) WinIOException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WinIOException
public WinIOException() -
WinIOException
-
WinIOException
-
WinIOException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
getErrorCode
public int getErrorCode()
-