JCE Provider
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
CryptoServerJCEException Class Reference

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...
 

Detailed Description

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).

Constructor & Destructor Documentation

◆ CryptoServerJCEException() [1/2]

CryptoServerJCEException ( int  err,
String  message 
)

Constructs a CryptoServer exception with the given error code (reason) and the specified message.

Parameters
errerror code (reason).
messageadditional error message

◆ CryptoServerJCEException() [2/2]

Constructs a CryptoServer exception with the given error code (reason).

Parameters
errerror code (reason).

Member Data Documentation

◆ ErrorCode

int ErrorCode

Error Code of the exception.

Each reason for an exception is uniquely identified by an error code.