Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | PKCS11RuntimeException(String
A description of the reason for this exception. message)Constructor taking a string that describes the reason of the exception in more detail. |
public | PKCS11RuntimeException(Exception
The other exception the wrap into this. encapsulatedException)Constructor taking an other exception to wrap. |
public | PKCS11RuntimeException(String
The message giving details about the exception to ease
debugging. message, Exception The other exception the wrap into this. encapsulatedException)Constructor taking a message for this exception and an other exception to wrap. |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
PKCS11RuntimeException | back to summary |
---|---|
public PKCS11RuntimeException() Empty constructor. |
PKCS11RuntimeException | back to summary |
---|---|
public PKCS11RuntimeException(String message) Constructor taking a string that describes the reason of the exception in more detail.
|
PKCS11RuntimeException | back to summary |
---|---|
public PKCS11RuntimeException(Exception encapsulatedException) Constructor taking an other exception to wrap.
|
PKCS11RuntimeException | back to summary |
---|---|
public PKCS11RuntimeException(String message, Exception encapsulatedException) Constructor taking a message for this exception and an other exception to wrap. |