Class OmniSearchException

  • All Implemented Interfaces:
    Serializable

    public class OmniSearchException
    extends Exception
    OmniSearchException is use to send error message from SavedSearchHandler to the UI.
    See Also:
    Serialized Form
    • Constructor Detail

      • OmniSearchException

        public OmniSearchException()
      • OmniSearchException

        public OmniSearchException​(String message)
      • OmniSearchException

        public OmniSearchException​(String message,
                                   Throwable cause)
      • OmniSearchException

        public OmniSearchException​(Throwable cause)