Class RepositoryQuotaExceededException

All Implemented Interfaces:
Serializable

public class RepositoryQuotaExceededException extends ServiceException
This exception signals that an attempt to create a new repository failed, as the respective quota of repositories is exceeded.
See Also:
  • Constructor Details

    • RepositoryQuotaExceededException

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