Class WinIOException

All Implemented Interfaces:
Serializable

public class WinIOException extends IOException
IOException originated from Windows API call.
Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • WinIOException

      public WinIOException()
    • WinIOException

      public WinIOException(String message)
    • WinIOException

      public WinIOException(String message, Throwable cause)
    • WinIOException

      public WinIOException(Throwable cause)
  • Method Details

    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable
    • getErrorCode

      public int getErrorCode()