Class GithubAuthorizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ink.icoding.github4j.GithubException
ink.icoding.github4j.GithubAuthorizationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class GithubException
GithubException.ErrorDetail -
Constructor Summary
ConstructorsConstructorDescriptionGithubAuthorizationException(int statusCode, String message, String url, String docUrl, List<GithubException.ErrorDetail> errors) -
Method Summary
Methods inherited from class GithubException
documentationUrl, errors, fromResponse, githubMessage, statusCode, urlModifier and TypeMethodDescriptionerrors()static GithubExceptionfromResponse(int statusCode, byte[] body, String url) inturl()Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GithubAuthorizationException
public GithubAuthorizationException(int statusCode, String message, String url, String docUrl, List<GithubException.ErrorDetail> errors)
-