Class SearchServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.discovery.SearchServiceException
All Implemented Interfaces:
Serializable

public class SearchServiceException extends Exception
Exception used by discovery when discovery search exceptions occur
Author:
Kevin Van de Velde (kevin at atmire dot com), Mark Diggory (markd at atmire dot com), Ben Bosman (ben at atmire dot com)
See Also:
  • Constructor Details

    • SearchServiceException

      public SearchServiceException()
    • SearchServiceException

      public SearchServiceException(String s)
    • SearchServiceException

      public SearchServiceException(String s, Throwable throwable)
    • SearchServiceException

      public SearchServiceException(Throwable throwable)