be.cardon.nativecall
Class NativeCallException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by be.cardon.nativecall.NativeCallException
All Implemented Interfaces:
java.io.Serializable

public class NativeCallException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
NativeCallException()
          Creates a new instance of CryptoAPIException.
NativeCallException(java.lang.String message)
          Creates a new instance of CryptoAPIException with the given message.
NativeCallException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance of CryptoAPIException with the given message and given cause.
NativeCallException(java.lang.Throwable cause)
          Creates a new instance of CryptoAPIException with the given message and given 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

NativeCallException

public NativeCallException()
Creates a new instance of CryptoAPIException.


NativeCallException

public NativeCallException(java.lang.String message)
Creates a new instance of CryptoAPIException with the given message.


NativeCallException

public NativeCallException(java.lang.String message,
                           java.lang.Throwable cause)
Creates a new instance of CryptoAPIException with the given message and given cause.


NativeCallException

public NativeCallException(java.lang.Throwable cause)
Creates a new instance of CryptoAPIException with the given message and given cause.