GigaSpaces XAP 9.7.2 API

com.j_spaces.core.exception
Class SpaceCleanedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by com.j_spaces.core.exception.SpaceUnavailableException
                      extended by com.j_spaces.core.exception.SpaceCleanedException
All Implemented Interfaces:
Serializable

public class SpaceCleanedException
extends SpaceUnavailableException

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:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
SpaceCleanedException(String spaceName, String s)
          Constructs a SpaceCleanedException with the specified detail message.
 
Method Summary
 
Methods inherited from class com.j_spaces.core.exception.SpaceUnavailableException
getSpaceMemberName
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpaceCleanedException

public SpaceCleanedException(String spaceName,
                             String s)
Constructs a SpaceCleanedException with the specified detail message.

Parameters:
s - - the detail message

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.