|
| ServerAuthenticationException () |
|
| ServerAuthenticationException (String message) |
|
| AuthenticationException () |
|
| AuthenticationException (String additionMessage) |
|
| AuthenticationException (ErrorCode errorCode) |
|
| AuthenticationException (ErrorCode errorCode, String additionMessage) |
|
| AuthenticationException (String message, int nTries) |
|
int | getRemainingTries () |
|
void | setRemainingTries (int remainingTries) |
|
| TransactionException () |
|
| TransactionException (String message) |
|
| TransactionException (ErrorCode errorCode) |
|
| TransactionException (ErrorCode errorCode, String message) |
|
| TransactionException (ErrorCode errorCode, String message, Throwable cause) |
|
| TransactionException (ErrorCode errorCode, Throwable cause) |
|
| BaseException (ErrorCode errorCode) |
|
| BaseException (ErrorCode errorCode, String message) |
|
| BaseException (ErrorCode errorCode, String message, Throwable cause) |
|
| BaseException (ErrorCode errorCode, Throwable cause) |
|
ErrorCode | getErrorCode () |
|
Authentication to the server failed. The transaction signature could not be valided by server.