|
JCE Provider
|
CryptoServerProviderJCEException. More...
Inherits ProviderException.
Public Member Functions | |
| CryptoServerProviderJCEException (String message) | |
| Constructs a CryptoServerProviderJCEException exception with the specified message. More... | |
| CryptoServerProviderJCEException (String message, Throwable cause) | |
| Constructs a CryptoServerProviderJCEException exception with the specified message and the cause Throwable object. More... | |
| CryptoServerProviderJCEException | ( | String | message | ) |
Constructs a CryptoServerProviderJCEException exception with the specified message.
| err | error code (reason). |
| message | additional error message |
| CryptoServerProviderJCEException | ( | String | message, |
| Throwable | cause | ||
| ) |
Constructs a CryptoServerProviderJCEException exception with the specified message and the cause Throwable object.
| message | additional error message |
| cause | throwable object with the cause |