com.j_spaces.core.exception
Class SpaceUnavailableException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.io.IOException
              
java.rmi.RemoteException
                  
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.
- See Also:
 - Serialized Form
 
 
 
 
 
 
 
 
SpaceUnavailableException
public SpaceUnavailableException(String memberName,
                                 String s)
- Constructs a 
SpaceUnavailableException with the specified
 detail message.
- Parameters:
 s - - the detail message
 
getSpaceMemberName
public String getSpaceMemberName()
- Returns:
 - the member-name of unavailable space