Package org.dspace.discovery
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SearchServiceException()SearchServiceException(String s)SearchServiceException(String s, Throwable throwable)SearchServiceException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-