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

public class RateLimitExceededException extends IOException
See Also:
  • Constructor Details

    • RateLimitExceededException

      public RateLimitExceededException()
    • RateLimitExceededException

      public RateLimitExceededException(String msg, long limit, long remaining, long reset)
    • RateLimitExceededException

      public RateLimitExceededException(Throwable cause)
    • RateLimitExceededException

      public RateLimitExceededException(String message, Throwable cause)
  • Method Details

    • getReset

      public long getReset()
    • getRemaining

      public long getRemaining()
    • getLimit

      public long getLimit()