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
public class WinIOException
- extends IOException
IOException originated from Windows API call.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
WinIOException
public WinIOException()
WinIOException
public WinIOException(String message)
WinIOException
public WinIOException(String message,
Throwable cause)
WinIOException
public WinIOException(Throwable cause)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getErrorCode
public int getErrorCode()
Copyright © 2004-2013. All Rights Reserved.