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 RemoteException
detail -
Constructor Summary
ConstructorsConstructorDescriptionSpaceUnavailableException(String memberName, String s) Constructs aSpaceUnavailableExceptionwith the specified detail message. -
Method Summary
Methods inherited from class RemoteException
getCause, getMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpaceUnavailableException
-
-
Method Details
-
getSpaceMemberName
- Returns:
- the member-name of unavailable space
-