|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
be.cardon.nativecall.NativeCallException
public class NativeCallException
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 |
---|
public NativeCallException()
public NativeCallException(java.lang.String message)
public NativeCallException(java.lang.String message, java.lang.Throwable cause)
public NativeCallException(java.lang.Throwable cause)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |