Class ContinuableListenerException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ContinuableListenerException
    extends java.lang.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:
    Serialized Form
    • 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

      • ContinuableListenerException

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

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

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