Uses of Class
com.j_spaces.core.exception.SpaceUnavailableException
Packages that use SpaceUnavailableException
Package
Description
Defines a common exceptions used in core.
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
-
Uses of SpaceUnavailableException in com.j_spaces.core.exception
Subclasses of SpaceUnavailableException in com.j_spaces.core.exceptionModifier and TypeClassDescriptionclassThis exception is thrown in case where there is an attempt to perform any space operation such as write, read or take when space is paused.classThis exception is thrown in case where there is an attempt to stop already stopped space.classThis exception is thrown in case where there is an attempt to perform another space operation such as write, read or take while "clean" is still in progress.classThis exception is thrown in case when an attempt to perform any operations on stopped space. -
Uses of SpaceUnavailableException in org.openspaces.core
Constructors in org.openspaces.core with parameters of type SpaceUnavailableException