public class RconMaxLoginAttemptsException extends RconAuthException
Constructor and Description |
---|
RconMaxLoginAttemptsException(AbstractRequest request,
InetSocketAddress address,
SourceRconAuthReason reason,
int attemptCount,
int maxAttemptCount)
Constructor for RconMaxLoginAttemptsException.
|
RconMaxLoginAttemptsException(String message,
AbstractRequest request,
InetSocketAddress address,
SourceRconAuthReason reason,
int attemptCount,
int maxAttemptCount)
Constructor for RconMaxLoginAttemptsException.
|
RconMaxLoginAttemptsException(String message,
Throwable cause,
AbstractRequest request,
InetSocketAddress address,
SourceRconAuthReason reason,
int attemptCount,
int maxAttemptCount)
Constructor for RconMaxLoginAttemptsException.
|
RconMaxLoginAttemptsException(Throwable cause,
AbstractRequest request,
InetSocketAddress address,
SourceRconAuthReason reason,
int attemptCount,
int maxAttemptCount)
Constructor for RconMaxLoginAttemptsException.
|
Modifier and Type | Method and Description |
---|---|
int |
getAttemptCount()
Getter for the field
attemptCount . |
int |
getMaxAttemptCount()
Getter for the field
maxAttemptCount . |
getReason
getRequest
getRemoteAddress
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RconMaxLoginAttemptsException(AbstractRequest request, InetSocketAddress address, SourceRconAuthReason reason, int attemptCount, int maxAttemptCount)
Constructor for RconMaxLoginAttemptsException.
request
- a AbstractRequest
objectaddress
- a InetSocketAddress
objectreason
- a SourceRconAuthReason
objectattemptCount
- a intmaxAttemptCount
- a intpublic RconMaxLoginAttemptsException(String message, AbstractRequest request, InetSocketAddress address, SourceRconAuthReason reason, int attemptCount, int maxAttemptCount)
Constructor for RconMaxLoginAttemptsException.
message
- a String
objectrequest
- a AbstractRequest
objectaddress
- a InetSocketAddress
objectreason
- a SourceRconAuthReason
objectattemptCount
- a intmaxAttemptCount
- a intpublic RconMaxLoginAttemptsException(String message, Throwable cause, AbstractRequest request, InetSocketAddress address, SourceRconAuthReason reason, int attemptCount, int maxAttemptCount)
Constructor for RconMaxLoginAttemptsException.
message
- a String
objectcause
- a Throwable
objectrequest
- a AbstractRequest
objectaddress
- a InetSocketAddress
objectreason
- a SourceRconAuthReason
objectattemptCount
- a intmaxAttemptCount
- a intpublic RconMaxLoginAttemptsException(Throwable cause, AbstractRequest request, InetSocketAddress address, SourceRconAuthReason reason, int attemptCount, int maxAttemptCount)
Constructor for RconMaxLoginAttemptsException.
cause
- a Throwable
objectrequest
- a AbstractRequest
objectaddress
- a InetSocketAddress
objectreason
- a SourceRconAuthReason
objectattemptCount
- a intmaxAttemptCount
- a intCopyright © 2016–2024. All rights reserved.