Tabnine Logo
RepositoryNotFoundException.getMessage
Code IndexAdd Tabnine to your IDE (free)

How to use
getMessage
method
in
org.apache.archiva.repository.RepositoryNotFoundException

Best Java code snippets using org.apache.archiva.repository.RepositoryNotFoundException.getMessage (Showing top 10 results out of 315)

origin: org.apache.archiva/archiva-rest-services

log.error( e.getMessage(), e );
throw new ArchivaRestServiceException( e.getMessage(),
                    Response.Status.INTERNAL_SERVER_ERROR.getStatusCode(), e );
origin: apache/archiva

log.error( e.getMessage(), e );
throw new ArchivaRestServiceException( e.getMessage(),
                    Response.Status.INTERNAL_SERVER_ERROR.getStatusCode(), e );
origin: org.apache.archiva/archiva-rest-services

log.error( e.getMessage(), e );
throw new ArchivaRestServiceException( e.getMessage(),
                    Response.Status.INTERNAL_SERVER_ERROR.getStatusCode(), e );
origin: org.apache.archiva/archiva-core-consumers

@Override
public void beginScan( ManagedRepository repoConfig, Date whenGathered )
  throws ConsumerException
{
  try
  {
    this.repository = repositoryFactory.getManagedRepositoryContent( repoConfig.getId() );
    this.repositoryDir = new File( repository.getRepoRoot() );
    this.scanStartTimestamp = System.currentTimeMillis();
  }
  catch ( RepositoryNotFoundException e )
  {
    throw new ConsumerException( e.getMessage(), e );
  }
  catch ( RepositoryException e )
  {
    throw new ConsumerException( e.getMessage(), e );
  }
}
origin: apache/archiva

throw new ArchivaRestServiceException( "Target repository cannot be found: " + re.getMessage(),
                    Response.Status.INTERNAL_SERVER_ERROR.getStatusCode(), re );
origin: org.apache.archiva/archiva-web-common

throw new ArchivaRestServiceException( "Target repository cannot be found: " + re.getMessage(),
                    Response.Status.INTERNAL_SERVER_ERROR.getStatusCode(), re );
origin: org.apache.archiva/archiva-proxy

log.warn( "Unable to use proxy connector: {}", e.getMessage(), e );
origin: apache/archiva

throw new ArchivaRestServiceException( "Target repository cannot be found: " + e.getMessage(), 400, e );
origin: org.apache.archiva/archiva-rest-services

throw new ArchivaRestServiceException( "Target repository cannot be found: " + e.getMessage(), 400, e );
origin: org.apache.archiva/archiva-core-consumers

throw new ConsumerException( "Can't run repository purge: " + e.getMessage(), e );
org.apache.archiva.repositoryRepositoryNotFoundExceptiongetMessage

Popular methods of RepositoryNotFoundException

  • <init>

Popular in Java

  • Reactive rest calls using spring rest template
  • requestLocationUpdates (LocationManager)
  • compareTo (BigDecimal)
  • getResourceAsStream (ClassLoader)
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now