Package ubic.gemma.core.search.source
Class HibernateSearchException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- ubic.gemma.core.search.SearchException
- 
- ubic.gemma.core.search.source.HibernateSearchException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class HibernateSearchException extends SearchException - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description HibernateSearchException(String message, org.hibernate.search.SearchException cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hibernate.search.SearchExceptiongetCause()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-