Package com.sun.jna.platform.win32
Class Rasapi32Util.Ras32Exception
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- com.sun.jna.platform.win32.Rasapi32Util.Ras32Exception
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Enclosing class:
- Rasapi32Util
 
 public static class Rasapi32Util.Ras32Exception extends java.lang.RuntimeExceptionExceptions- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description Ras32Exception(int code)New Win32 exception from an error code, usually obtained from GetLastError.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCode()Returns the error code of the error.
 
-