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 Details

    • UncategorizedSpaceException

      public UncategorizedSpaceException(String msg, Throwable cause)