Package com.j_spaces.core.exception
Class SpaceUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.j_spaces.core.exception.SpaceUnavailableException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SpaceAlreadyPausedException,SpaceAlreadyStoppedException,SpaceCleanedException,SpaceStoppedException
This exception is thrown in case when space is unavailable.
- Version:
- 4.0
- Author:
- Michael Konnikov
- See Also:
-
Field Summary
Fields inherited from class java.rmi.RemoteException
detail -
Constructor Summary
ConstructorsConstructorDescriptionSpaceUnavailableException(String memberName, String s) Constructs aSpaceUnavailableExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.rmi.RemoteException
getCause, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpaceUnavailableException
Constructs aSpaceUnavailableExceptionwith the specified detail message.- Parameters:
s- - the detail message
-
-
Method Details
-
getSpaceMemberName
- Returns:
- the member-name of unavailable space
-