Class RemoteDataAccessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.openspaces.core.RemoteDataAccessException
All Implemented Interfaces:
Serializable

public class RemoteDataAccessException extends org.springframework.dao.DataAccessException
Wraps RemoteException that is thrown from the Space.
Author:
kimchy
See Also:
  • Constructor Details

    • RemoteDataAccessException

      public RemoteDataAccessException(RemoteException e)
  • Method Details