public class AuthenticationException extends TransactionException
| Constructor and Description |
|---|
AuthenticationException()
Constructs a
AuthenticationException. |
AuthenticationException(ErrorCode errorCode)
Constructor.
|
AuthenticationException(ErrorCode errorCode,
String additionMessage)
Constructor.
|
AuthenticationException(String additionMessage)
Constructor.
|
AuthenticationException(String message,
int nTries)
Construct exception with message and tries
|
| Modifier and Type | Method and Description |
|---|---|
int |
getRemainingTries() |
void |
setRemainingTries(int remainingTries) |
getErrorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthenticationException()
AuthenticationException.public AuthenticationException(String additionMessage)
additionMessage - An unlocalized message that provides additional
detail about the error.public AuthenticationException(ErrorCode errorCode)
errorCode - Authentication exception error codepublic AuthenticationException(ErrorCode errorCode, String additionMessage)
errorCode - Authentication exception error codeadditionMessage - An unlocalized message that provides additional
detail about the error.public AuthenticationException(String message, int nTries)
message - the detail messagenTries - number of remaining triesCopyright © 2005-2020 HID Global Corporation/ASSA ABLOY AB.