Class NotificationListenerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.usgs.earthquake.distribution.NotificationListenerException
All Implemented Interfaces:
Serializable

public class NotificationListenerException extends Exception
An exception thrown by a NotificationListener when it cannot process a product.
See Also:
  • Constructor Details

    • NotificationListenerException

      public NotificationListenerException(String message)
      NotificationListener exception only taking a message
      Parameters:
      message - String
    • NotificationListenerException

      public NotificationListenerException(String message, Exception cause)
      NotificationListener exception taking a message and cause
      Parameters:
      message - String
      cause - Exception that occured
    • NotificationListenerException

      public NotificationListenerException(Throwable cause)
      NotificationListener exception only taking a throwable cause
      Parameters:
      cause - Throwable