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