|
JCE Provider
|
Signals that CryptoServerJCEException exception of some sort has occured.a. More...
Inherits Exception.
Public Member Functions | |
| CryptoServerJCEException (int err, String message) | |
| Constructs a CryptoServer exception with the given error code (reason) and the specified message. More... | |
| CryptoServerJCEException (int err) | |
| Constructs a CryptoServer exception with the given error code (reason). More... | |
Public Attributes | |
| int | ErrorCode |
| Error Code of the exception. More... | |
Signals that CryptoServerJCEException exception of some sort has occured.a.
Exceptions of this type are produced either on the CryptoServer (mask: 0xB3FF0000) or by the CryptoServerAPI (mask: 0xBC000000).
| CryptoServerJCEException | ( | int | err, |
| String | message | ||
| ) |
Constructs a CryptoServer exception with the given error code (reason) and the specified message.
| err | error code (reason). |
| message | additional error message |
| CryptoServerJCEException | ( | int | err | ) |
Constructs a CryptoServer exception with the given error code (reason).
| err | error code (reason). |
| int ErrorCode |
Error Code of the exception.
Each reason for an exception is uniquely identified by an error code.