public class GitHubResponseException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
GitHubResponseException(java.lang.String message) |
GitHubResponseException(java.lang.String message,
java.lang.Throwable cause) |
public GitHubResponseException(java.lang.String message)
message - Description of the exceptional condition which could not be recovered frompublic GitHubResponseException(java.lang.String message,
java.lang.Throwable cause)
message - Description of the exceptional condition which could not be recovered fromcause - The root cause of the error