Class RepositoryNotEmptyException

All Implemented Interfaces:
Serializable

public class RepositoryNotEmptyException extends ServiceException
This exception signals that a repository could not be deleted because it still contains content.
See Also:
  • Constructor Details

    • RepositoryNotEmptyException

      public RepositoryNotEmptyException(String message)
      Constructs a new exception with the given message.
      Parameters:
      message - The exceptions message.