Package com.j_spaces.core.exception
Class SpaceAlreadyPausedException
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.SpaceAlreadyPausedException
- All Implemented Interfaces:
Serializable
This exception is thrown in case where there is an attempt to perform any space operation such as
write, read or take when space is paused.
- Version:
- 4.0
- Author:
- Michael Konnikov
- See Also:
-
Field Summary
Fields inherited from class java.rmi.RemoteException
detail -
Constructor Summary
Constructors -
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
-
SpaceAlreadyPausedException
-