public class LoginAttemptException extends BadCredentialException
| Constructor and Description |
|---|
LoginAttemptException(short attempts,
short maxAttempts,
long attemptTimeout) |
LoginAttemptException(short attempts,
short maxAttempts,
long attemptTimeout,
String message) |
LoginAttemptException(short attempts,
short maxAttempts,
long attemptTimeout,
String message,
Throwable cause) |
LoginAttemptException(short attempts,
short maxAttempts,
long attemptTimeout,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
short |
getAttempts() |
long |
getAttemptTimeout() |
short |
getMaxAttempts() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LoginAttemptException(short attempts,
short maxAttempts,
long attemptTimeout)
public LoginAttemptException(short attempts,
short maxAttempts,
long attemptTimeout,
String message)
public LoginAttemptException(short attempts,
short maxAttempts,
long attemptTimeout,
String message,
Throwable cause)
public LoginAttemptException(short attempts,
short maxAttempts,
long attemptTimeout,
Throwable cause)
Copyright © 2018. All rights reserved.