Class ObserverException

  • All Implemented Interfaces:
    Serializable

    public class ObserverException
    extends RuntimeException

    Indicates that a checked exception was thrown by an observer method during event notification.

    Author:
    Pete Muir, Gavin King
    See Also:
    Serialized Form
    • Constructor Detail

      • ObserverException

        public ObserverException()
      • ObserverException

        public ObserverException​(String message)
      • ObserverException

        public ObserverException​(Throwable cause)
      • ObserverException

        public ObserverException​(String message,
                                 Throwable cause)