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