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