net.sourceforge.jdpapi
Class DPAPIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sourceforge.jdpapi.DPAPIException
All Implemented Interfaces:
java.io.Serializable

public class DPAPIException
extends java.lang.RuntimeException

Exception that can be thrown from the native DPAPI

Author:
Kevin Conaway
See Also:
Serialized Form

Constructor Summary
DPAPIException()
           
DPAPIException(java.lang.String message)
           
DPAPIException(java.lang.String message, java.lang.Throwable cause)
           
DPAPIException(java.lang.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

DPAPIException

public DPAPIException()

DPAPIException

public DPAPIException(java.lang.String message,
                      java.lang.Throwable cause)

DPAPIException

public DPAPIException(java.lang.String message)

DPAPIException

public DPAPIException(java.lang.Throwable cause)


Copyright © 2007. All Rights Reserved.