Class EpssException

  • All Implemented Interfaces:
    java.io.Serializable

    public class EpssException
    extends java.lang.RuntimeException
    Exception 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 message
        cause - the cause
      • EpssException

        public EpssException​(java.lang.Throwable cause)
        Generate a new exception.
        Parameters:
        cause - the cause