CXI
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
CryptoServerCluster.Error Class Reference

Defines an additional error code/mask that causes the cluster to switch to another device instead of returning to the caller. More...

Public Member Functions

 Error (int mask, int code)
 Constructs a new Error object.
 

Public Attributes

int mask
 Error mask.
 
int code
 Error code.
 

Detailed Description

Defines an additional error code/mask that causes the cluster to switch to another device instead of returning to the caller.


The switch condition is fulfilled if:

(error & mask) == code
int code
Error code.
Definition: CryptoServerCluster.java:181
int mask
Error mask.
Definition: CryptoServerCluster.java:180
See also
CryptoServerCluster.exec