|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
iaik.pkcs.pkcs11.TokenRuntimeException
iaik.pkcs.pkcs11.wrapper.PKCS11RuntimeException
This is the superclass of all runtime exception used by this library. For instance, Runtime exceptions occur, if an internal error in the native part of the wrapper occurs.
Field Summary |
Fields inherited from class iaik.pkcs.pkcs11.TokenRuntimeException |
encapsulatedException_ |
Constructor Summary | |
PKCS11RuntimeException()
Empty constructor. |
|
PKCS11RuntimeException(Exception encapsulatedException)
Constructor taking an other exception to wrap. |
|
PKCS11RuntimeException(String message)
Constructor taking a string that describes the reason of the exception in more detail. |
|
PKCS11RuntimeException(String message,
Exception encapsulatedException)
Constructor taking a message for this exception and an other exception to wrap. |
Methods inherited from class iaik.pkcs.pkcs11.TokenRuntimeException |
getEncapsulatedException, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PKCS11RuntimeException()
public PKCS11RuntimeException(String message)
message
- A descrption of the reason for this exception.public PKCS11RuntimeException(Exception encapsulatedException)
encapsulatedException
- The other exception the wrap into this.public PKCS11RuntimeException(String message, Exception encapsulatedException)
message
- The message giving details about the exception to ease
debugging.encapsulatedException
- The other exception the wrap into this.
|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |