Class 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:
  • Constructor Details

    • SpaceCleanedException

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