|
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
iaik.pkcs.pkcs11.me.PKCS11Exception
This exception is thrown by the provider as a checked exception if a provider operation fails.
| Constructor Summary | |
PKCS11Exception(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 PKCS11Exception(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 | |||||||||