Java API
HSM Dinamo
Loading...
Searching...
No entry found
TacException Class Reference

Exception class for cryptographic operations. More...

+ Hierarchy diagram of the TacException class:

Public Methods

 TacException (String strDescription, int nError)
 Builder.
 
 TacException (int nError)
 Builder.
 
 TacException (Throwable errAnterior)
 Builder.
 
 TacException (String strDescription, int nError, Throwable errAnterior)
 Builder.
 
int getErrorNumber ()
 Returns the error number.
 
String getErrorString ()
 Returns the error description encoded by Lib.
 
String getErrorDetailedDesc ()
 Returns the error description.
 

Detailed description

Exception class for cryptographic operations.

Builders and Destructors

TacException() [1/4]

TacException ( String strDescription,
int nError )

Builder.

Parameters
strDescriptionError description
nErrorError number

TacException() [2/4]

TacException ( int nError)

Builder.

Parameters
nErrorError number.

TacException() [3/4]

TacException ( Throwable errAnterior)

Builder.

Parameters
errAnteriorPrevious mistake.

TacException() [4/4]

TacException ( String strDescription,
int nError,
Throwable errAnterior )

Builder.

Parameters
strDescriptionError description
nErrorError number
errAnteriorPrevious mistake.

Function documentation

getErrorNumber()

int getErrorNumber ( )

Returns the error number.

Returns
Error number

getErrorString()

String getErrorString ( )

Returns the error description encoded by Lib.

Returns
Error message.

getErrorDetailedDesc()

String getErrorDetailedDesc ( )

Returns the error description.

Returns
Error description.