Package org.openspaces.core
Class UncategorizedSpaceException
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.UncategorizedDataAccessException
org.openspaces.core.UncategorizedSpaceException
- All Implemented Interfaces:
Serializable
public class UncategorizedSpaceException
extends org.springframework.dao.UncategorizedDataAccessException
A GigaSpace based data access exception that could not be translated to one of Spring
DataAccessException subclasses or one of our own subclasses.- Author:
- kimchy
- See Also:
-
Constructor Summary
Constructors -
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
-
UncategorizedSpaceException
-