Uses of Class
org.eclipse.dirigible.repository.api.RepositoryException
-
Uses of RepositoryException in org.eclipse.dirigible.repository.api
Subclasses of RepositoryException in org.eclipse.dirigible.repository.api Modifier and Type Class Description classRepositoryCreationExceptionThe Class RepositoryCreationException.classRepositoryExportExceptionThe Class RepositoryExportException.classRepositoryImportExceptionThe Class RepositoryImportException.classRepositoryInitializationExceptionThe Class RepositoryInitializationException.classRepositoryNotFoundExceptionThe Class RepositoryNotFoundException.classRepositoryReadExceptionThe Repository Read Exception.classRepositorySearchExceptionThe Repository Search Exception.classRepositoryVersioningExceptionThe Repository Versioning Exception.classRepositoryWriteExceptionThe Repository Write Exception.Methods in org.eclipse.dirigible.repository.api that return types with arguments of type RepositoryException Modifier and Type Method Description Class<? extends AbstractExceptionHandler<RepositoryException>>RepositoryExceptionHandler. getType()Gets the type.Methods in org.eclipse.dirigible.repository.api with parameters of type RepositoryException Modifier and Type Method Description protected StringRepositoryExceptionHandler. getResponseMessage(RepositoryException exception)Gets the response message.protected javax.ws.rs.core.Response.StatusRepositoryExceptionHandler. getResponseStatus(RepositoryException exception)Gets the response status.