Class TooManyRequestsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.owasp.dependencycheck.utils.TooManyRequestsException
- All Implemented Interfaces:
Serializable
An exception used when the server has blocked the requests due to too many requests.
- Author:
- Jeremy Long
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new TooManyRequestsException.Creates a new TooManyRequestsException.TooManyRequestsException(String msg, Throwable ex) Creates a new TooManyRequestsException.Creates a new TooManyRequestsException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TooManyRequestsException
public TooManyRequestsException()Creates a new TooManyRequestsException. -
TooManyRequestsException
Creates a new TooManyRequestsException.- Parameters:
msg- a message for the exception.
-
TooManyRequestsException
Creates a new TooManyRequestsException.- Parameters:
ex- the cause of the exception.
-
TooManyRequestsException
-