| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | sun.security.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.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Empty constructor.@preconditions
| |||||||||||
Constructor taking a string that describes the reason of the exception
in more detail.@preconditions
| |||||||||||
Constructor taking an other exception to wrap.@preconditions
| |||||||||||
Constructor taking a message for this exception and an other exception to
wrap.@preconditions
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Empty constructor.@preconditions
Constructor taking a string that describes the reason of the exception in more detail.@preconditions
| message | A descrption of the reason for this exception. |
|---|
Constructor taking an other exception to wrap.@preconditions
| encapsulatedException | The other exception the wrap into this. |
|---|
Constructor taking a message for this exception and an other exception to wrap.@preconditions
| message | The message giving details about the exception to ease debugging. |
|---|---|
| encapsulatedException | The other exception the wrap into this. |