|
IAIK PKCS#11 Provider Micro Edition version 1.0 |
|||||||||
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.me.PKCS11RuntimeException
This exception is thrown by the provider if a PKCS#11 operation fails.
Constructor Summary | |
PKCS11RuntimeException(java.lang.String message,
java.lang.Throwable innerException)
Create a new exception with the given exception message and inner exception, called cause since Java 1.4. |
Method Summary | |
java.lang.Throwable |
getCause()
Get the inner exception, sometimes called cause. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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 PKCS11RuntimeException(java.lang.String message, java.lang.Throwable innerException)
cause
since Java 1.4.
message
- The exception message.innerException
- The inner exception (cause). May be null
.Method Detail |
public java.lang.Throwable getCause()
null
if there is none.
|
IAIK PKCS#11 Provider Micro Edition version 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |