| Package | Description | 
|---|---|
| com.j_spaces.core.exception | Defines a common exceptions used in core. | 
| org.openspaces.core | Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SpaceAlreadyPausedExceptionThis 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. | 
| class  | SpaceAlreadyStoppedExceptionThis exception is thrown in case where there is an attempt to stop already stopped space. | 
| class  | SpaceCleanedExceptionThis 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. | 
| class  | SpaceStoppedExceptionThis exception is thrown in case when an attempt to perform any operations on stopped space. | 
| Constructor and Description | 
|---|
| SpaceUnavailableException(SpaceUnavailableException e) | 
Copyright © GigaSpaces.