Package gov.usgs.earthquake.distribution
Class ContinuableListenerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.usgs.earthquake.distribution.ContinuableListenerException
- All Implemented Interfaces:
Serializable
Wrapper exception class. This is thrown by NotificationListeners from the
onNotification
method. This exception exists only so we can
identify the type of exception and attempt to resubmit a failed notification
for indexing.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContinuableListenerException
(String message) Wrapper for exception.ContinuableListenerException
(String message, Throwable cause) Wrapper for exception.Wrapper for exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContinuableListenerException
Wrapper for exception. Takes message- Parameters:
message
- string
-
ContinuableListenerException
Wrapper for exception. Takes cause- Parameters:
cause
- throwable
-
ContinuableListenerException
Wrapper for exception. Takes message and cause- Parameters:
message
- stringcause
- throwable
-