Class SpaceClosedException

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

public class SpaceClosedException extends org.springframework.dao.DataAccessException
Thrown when operation is performed while space is closing its resources. Happens in shutdown,clean,stop and restart
Author:
kimchy
See Also: