Class RateLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.jenkinsci.plugins.github_branch_source.RateLimitExceededException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionRateLimitExceededException
(String msg, long limit, long remaining, long reset) RateLimitExceededException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RateLimitExceededException
public RateLimitExceededException() -
RateLimitExceededException
-
RateLimitExceededException
-
RateLimitExceededException
-
-
Method Details
-
getReset
public long getReset() -
getRemaining
public long getRemaining() -
getLimit
public long getLimit()
-