Class SpaceAlreadyPausedException

All Implemented Interfaces:
Serializable

public class SpaceAlreadyPausedException extends SpaceUnavailableException
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:
  • Constructor Details

    • SpaceAlreadyPausedException

      public SpaceAlreadyPausedException(String spaceName, String s)