Class IndexException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.core.NestedRuntimeException
-
- org.springframework.dao.DataAccessException
-
- org.molgenis.data.MolgenisDataException
-
- org.molgenis.data.index.exception.IndexException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IndexAlreadyExistsException,UnknownIndexException
@Deprecated public class IndexException extends MolgenisDataException
Deprecated.use class that extends fromCodedRuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndexException(String msg)Deprecated.IndexException(String msg, Throwable t)Deprecated.
-
Method Summary
-
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-