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 RemoteException
detail -
Constructor Summary
ConstructorsConstructorDescriptionSpaceCleanedException(String spaceName, String s) Constructs aSpaceCleanedExceptionwith the specified detail message. -
Method Summary
Methods inherited from class SpaceUnavailableException
getSpaceMemberNameMethods inherited from class RemoteException
getCause, getMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpaceCleanedException
-