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. | |
Exception class for cryptographic operations.
| TacException | ( | String | strDescription, |
| int | nError ) |
Builder.
| strDescription | Error description |
| nError | Error number |
| TacException | ( | int | nError | ) |
Builder.
| nError | Error number. |
| TacException | ( | Throwable | errAnterior | ) |
Builder.
| errAnterior | Previous mistake. |
| TacException | ( | String | strDescription, |
| int | nError, | ||
| Throwable | errAnterior ) |
Builder.
| strDescription | Error description |
| nError | Error number |
| errAnterior | Previous mistake. |
| int getErrorNumber | ( | ) |
Returns the error number.
| String getErrorString | ( | ) |
Returns the error description encoded by Lib.
| String getErrorDetailedDesc | ( | ) |
Returns the error description.