net.sf.ovanttasks.ovnative.win32
Class Win32Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.ovanttasks.ovnative.win32.Win32Exception
All Implemented Interfaces:
Serializable

public class Win32Exception
extends RuntimeException

This Exception is thrown in the native code.

Author:
lars.gersmann@roxes.com
See Also:
Serialized Form

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

Win32Exception

public Win32Exception()

Win32Exception

public Win32Exception(String message)

Win32Exception

public Win32Exception(Throwable cause)

Win32Exception

public Win32Exception(String message,
                      Throwable cause)


Copyright © 2008 Orangevolt. All Rights Reserved.