GigaSpaces XAP 9.7.2 API

com.j_spaces.core.exception
Class SpaceUnavailableException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SpaceAlreadyStoppedException, SpaceCleanedException, SpaceStoppedException

public class SpaceUnavailableException
extends RemoteException

This exception is thrown in case when space is unavailable.

Version:
4.0
Author:
Michael Konnikov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
SpaceUnavailableException(String memberName, String s)
          Constructs a SpaceUnavailableException with the specified detail message.
 
Method Summary
 String 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

SpaceUnavailableException

public SpaceUnavailableException(String memberName,
                                 String s)
Constructs a SpaceUnavailableException with the specified detail message.

Parameters:
s - - the detail message
Method Detail

getSpaceMemberName

public String getSpaceMemberName()
Returns:
the member-name of unavailable space

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.