Class ContinuableListenerException

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

public class ContinuableListenerException extends Exception
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 Details

    • ContinuableListenerException

      public ContinuableListenerException(String message)
      Wrapper for exception. Takes message
      Parameters:
      message - string
    • ContinuableListenerException

      public ContinuableListenerException(Throwable cause)
      Wrapper for exception. Takes cause
      Parameters:
      cause - throwable
    • ContinuableListenerException

      public ContinuableListenerException(String message, Throwable cause)
      Wrapper for exception. Takes message and cause
      Parameters:
      message - string
      cause - throwable