SignDoc SDK (Java)  5.0.0
SignDocUnexpectedErrorException Class Reference

SignDoc exception: Unexpected error. More...

Inheritance diagram for SignDocUnexpectedErrorException:
SignDocException

Public Member Functions

 SignDocUnexpectedErrorException ()
 Constructor, without message. More...
 
 SignDocUnexpectedErrorException (String aMsg)
 Constructor, with message. More...
 
- Public Member Functions inherited from SignDocException
 SignDocException (int aCode)
 Constructor, without message. More...
 
 SignDocException (int aCode, String aMsg)
 Constructor, with message. More...
 
int errorCode ()
 Get the error code. More...
 

Additional Inherited Members

- Public Attributes inherited from SignDocException
int mCode
 
- Static Public Attributes inherited from SignDocException
static final int rc_invalid_argument = 1
 Error code: Invalid argument (1). More...
 
static final int rc_field_not_found = 2
 Error code: Field not found (2). More...
 
static final int rc_invalid_profile = 3
 Error code: Invalid profile (3). More...
 
static final int rc_invalid_image = 4
 Error code: Invalid image (4). More...
 
static final int rc_type_mismatch = 5
 Error code: Type mismatch (5). More...
 
static final int rc_font_not_found = 6
 Error code: Font not found (6). More...
 
static final int rc_not_supported = 8
 Error code: Operation not supported (8). More...
 
static final int rc_io_error = 9
 Error code: I/O error (9). More...
 
static final int rc_not_verified = 10
 Error code: Signature not verified (10). More...
 
static final int rc_property_not_found = 11
 Error code: Property not found (11). More...
 
static final int rc_page_not_found = 12
 Error code: Page not found (12). More...
 
static final int rc_wrong_collection = 13
 Error code: Wrong collection (13). More...
 
static final int rc_field_exists = 14
 Error code: Field already exists (14). More...
 
static final int rc_license_error = 15
 Error code: License error (15) More...
 
static final int rc_unexpected_error = 16
 Error code: Unexpected error (16). More...
 
static final int rc_cancelled = 17
 Error code: Operation cancalled (17). More...
 
static final int rc_no_biometric_data = 18
 Error code: No biometric data (18). More...
 
static final int rc_field_not_signed = 20
 Error code: Field not signed (20). More...
 
static final int rc_invalid_signature = 21
 Error code: Signature is not valid (21). More...
 
static final int rc_annotation_not_found = 22
 Error code: Annotation not found (22). More...
 
static final int rc_attachment_not_found = 23
 Error code: Attachment not found (23). More...
 
static final int rc_attachment_exists = 24
 Error code: Attachment already exists (24). More...
 
static final int rc_no_certificate = 25
 Error code: No certificate found (25). More...
 
static final int rc_ambiguous_certificate = 26
 Error code: Ambiguous certificate (26). More...
 
static final int rc_not_allowed = 27
 Error code: Operation not allowed (27). More...
 
static final int rc_invalid_structure = 28
 Error code: Invalid logical structure (28). More...
 
static final int rc_unknown_parameter = 29
 Error code: Unknown parameter (29). More...
 
static final int rc_invalid_value = 30
 Error code: Invalid value (30). More...
 

Detailed Description

SignDoc exception: Unexpected error.

Constructor & Destructor Documentation

Constructor, without message.

Constructor, with message.

Parameters
[in]aMsgThe message.

The documentation for this class was generated from the following file: