Package gov.usgs.earthquake.distribution
Class NotificationListenerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.usgs.earthquake.distribution.NotificationListenerException
- All Implemented Interfaces:
Serializable
An exception thrown by a NotificationListener when it cannot process a
product.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotificationListenerException
(String message) NotificationListener exception only taking a messageNotificationListenerException
(String message, Exception cause) NotificationListener exception taking a message and causeNotificationListener exception only taking a throwable cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotificationListenerException
NotificationListener exception only taking a message- Parameters:
message
- String
-
NotificationListenerException
NotificationListener exception taking a message and cause- Parameters:
message
- Stringcause
- Exception that occured
-
NotificationListenerException
NotificationListener exception only taking a throwable cause- Parameters:
cause
- Throwable
-