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