Class OmniSearchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.granite.omnisearch.api.core.OmniSearchException
All Implemented Interfaces:
Serializable

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

    • OmniSearchException

      public OmniSearchException()
    • OmniSearchException

      public OmniSearchException(String message)
    • OmniSearchException

      public OmniSearchException(String message, Throwable cause)
    • OmniSearchException

      public OmniSearchException(Throwable cause)