|
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.SpaceAlreadyStoppedException
public class SpaceAlreadyStoppedException
This exception is thrown in case where there is an attempt to stop already stopped space.
Field Summary |
---|
Fields inherited from class java.rmi.RemoteException |
---|
detail |
Constructor Summary | |
---|---|
SpaceAlreadyStoppedException(String spaceName,
String s)
Constructs a SpaceAlreadyStoppedException 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 SpaceAlreadyStoppedException(String spaceName, String s)
SpaceAlreadyStoppedException
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 |