|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException java.rmi.RemoteException com.j_spaces.core.exception.SpaceUnavailableException com.j_spaces.core.exception.SpaceCleanedException
public class SpaceCleanedException
This 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.
Field Summary |
---|
Fields inherited from class java.rmi.RemoteException |
---|
detail |
Constructor Summary | |
---|---|
SpaceCleanedException(String spaceName,
String s)
Constructs a SpaceCleanedException with the specified
detail message. |
Method Summary |
---|
Methods inherited from class com.j_spaces.core.exception.SpaceUnavailableException |
---|
getSpaceMemberName |
Methods inherited from class java.rmi.RemoteException |
---|
getCause, getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SpaceCleanedException(String spaceName, String s)
SpaceCleanedException
with the specified
detail message.
s
- - the detail message
|
GigaSpaces XAP 7.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |