be.cardon.nativecall.cryptoapi
Class CryptoAPIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by be.cardon.nativecall.cryptoapi.CryptoAPIException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PINNotSupportedException

public class CryptoAPIException
extends java.lang.Exception

General CryptoAPI Exception

See Also:
Serialized Form

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

CryptoAPIException

public CryptoAPIException()
Creates a new instance of CryptoAPIException


CryptoAPIException

public CryptoAPIException(java.lang.String message)

CryptoAPIException

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

CryptoAPIException

public CryptoAPIException(java.lang.Throwable cause)