Class SpaceUnavailableException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SpaceAlreadyPausedException, 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:
  • Constructor Details

    • SpaceUnavailableException

      public SpaceUnavailableException(String memberName, String s)
      Constructs a SpaceUnavailableException with the specified detail message.
      Parameters:
      s - - the detail message
  • Method Details

    • getSpaceMemberName

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