Class RepositoryAlreadyExistsException

All Implemented Interfaces:
Serializable

public class RepositoryAlreadyExistsException extends ServiceException
This exception signals that an attempt to create a new repository failed, as the requested repository already exists.
See Also:
  • Constructor Details

    • RepositoryAlreadyExistsException

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