Class GitHubSecurityAdvisoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.github.jeremylong.openvulnerability.client.ghsa.GitHubSecurityAdvisoryException
-
- All Implemented Interfaces:
java.io.Serializable
public class GitHubSecurityAdvisoryException extends java.lang.RuntimeExceptionException thrown if there is a problem calling the GitHub GraphQL API for Security Advisories.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GitHubSecurityAdvisoryException(java.lang.String message)Generate a new exception.GitHubSecurityAdvisoryException(java.lang.String message, java.lang.Throwable cause)Generate a new exception.GitHubSecurityAdvisoryException(java.lang.Throwable cause)Generate a new exception.
-
-
-
Constructor Detail
-
GitHubSecurityAdvisoryException
public GitHubSecurityAdvisoryException(java.lang.String message)
Generate a new exception.- Parameters:
message- the message
-
GitHubSecurityAdvisoryException
public GitHubSecurityAdvisoryException(java.lang.String message, java.lang.Throwable cause)Generate a new exception.- Parameters:
message- the messagecause- the cause
-
GitHubSecurityAdvisoryException
public GitHubSecurityAdvisoryException(java.lang.Throwable cause)
Generate a new exception.- Parameters:
cause- the cause
-
-