Class NotificationListenerException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NotificationListenerException
    extends java.lang.Exception
    An exception thrown by a NotificationListener when it cannot process a product.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NotificationListenerException​(java.lang.String message)
      NotificationListener exception only taking a message
      NotificationListenerException​(java.lang.String message, java.lang.Exception cause)
      NotificationListener exception taking a message and cause
      NotificationListenerException​(java.lang.Throwable cause)
      NotificationListener 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NotificationListenerException

        public NotificationListenerException​(java.lang.String message)
        NotificationListener exception only taking a message
        Parameters:
        message - String
      • NotificationListenerException

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

        public NotificationListenerException​(java.lang.Throwable cause)
        NotificationListener exception only taking a throwable cause
        Parameters:
        cause - Throwable