Class ClearException
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.dao.InvalidDataAccessResourceUsageException
org.openspaces.core.QueryMultiplePartialFailureException
org.openspaces.core.ClearException
- All Implemented Interfaces:
Serializable
Thrown when a clear space operations fails.
At cluster level - if one of operation target spaces fails, first completion of the operation on other spaces is done. Then the aggregated exception is thrown.
Thrown on:
- Partial and complete failure.
- Cluster/single space topologies.
- SQLQueries/Templates.
At cluster level - if one of operation target spaces fails, first completion of the operation on other spaces is done. Then the aggregated exception is thrown.
The exception contains:
- An array of exceptions that caused it. One exception per each space that failed.
Replaced QueryMultiplePartialFailureException.
- Since:
- 7.1
- Author:
- anna
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClearException(ClearException cause, ExceptionTranslator exceptionTranslator) -
Method Summary
Methods inherited from class QueryMultiplePartialFailureException
getCauses, getResultsMethods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClearException
- Parameters:
cause-exceptionTranslator-
-