Java API
HSM Dinamo
Loading...
Looking for...
No entries 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 errPrevious)

Builder.

Parameters
errPreviousPrevious mistake.

TacException() [4/4]

TacException ( String strDescription,
int nError,
Throwable errPrevious )

Builder.

Parameters
strDescriptionError description
nErrorError number
errPreviousPrevious mistake.

Function documentation

getErrorNumber()

int getErrorNumber ( )

Returns the error number.

Return
Error number

getErrorString()

String getErrorString ( )

Returns the error description encoded by Lib.

Return
Error message.

getErrorDetailedDesc()

String getErrorDetailedDesc ( )

Returns the error description.

Return
Error description.