Class SchemaModificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.data.solr.core.schema.SchemaModificationException
- All Implemented Interfaces:
Serializable
public class SchemaModificationException
extends org.springframework.dao.NonTransientDataAccessException
NonTransientDataAccessException raised when schema modification requests fail.- Since:
- 2.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates newSchemaModificationException.SchemaModificationException(String msg, Throwable cause) Creates newSchemaModificationException. -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchemaModificationException
Creates newSchemaModificationException.- Parameters:
msg- must not be null.
-
SchemaModificationException
Creates newSchemaModificationException.- Parameters:
msg- must not be null.cause- can be null.
-