com.jniwrapper.win32.registry
Class RegistryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jniwrapper.win32.registry.RegistryException
All Implemented Interfaces:
java.io.Serializable

public class RegistryException
extends java.lang.RuntimeException

RegistryException is an exception that may be thrown during work with windows registry using RegistryKey.

See Also:
Serialized Form

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

RegistryException

public RegistryException()

RegistryException

public RegistryException(java.lang.String s)

RegistryException

public RegistryException(int errorCode)

RegistryException

public RegistryException(java.lang.String s,
                         int errorCode)

RegistryException

public RegistryException(java.lang.Throwable cause)
Method Detail

getErrorCode

public int getErrorCode()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable