Package com.j_spaces.core.exception
Class SpaceCleanedException
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
- All Implemented Interfaces:
Serializable
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.
- Version:
- 3.2
- Author:
- Igor Goldenberg
- See Also:
-
Field Summary
Fields inherited from class java.rmi.RemoteException
detail -
Constructor Summary
ConstructorsConstructorDescriptionSpaceCleanedException(String spaceName, String s) Constructs aSpaceCleanedExceptionwith the specified detail message. -
Method Summary
Methods inherited from class com.j_spaces.core.exception.SpaceUnavailableException
getSpaceMemberNameMethods 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
-
SpaceCleanedException
Constructs aSpaceCleanedExceptionwith the specified detail message.- Parameters:
s- - the detail message
-