public class MetadataNotFoundException extends MetadataTransferException
Constructor and Description |
---|
MetadataNotFoundException(Metadata metadata,
LocalRepository repository) |
MetadataNotFoundException(Metadata metadata,
RemoteRepository repository) |
MetadataNotFoundException(Metadata metadata,
RemoteRepository repository,
String message) |
MetadataNotFoundException(Metadata metadata,
RemoteRepository repository,
String message,
boolean fromCache) |
MetadataNotFoundException(Metadata metadata,
RemoteRepository repository,
String message,
Throwable cause) |
getMetadata, getRepository, isFromCache
getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MetadataNotFoundException(Metadata metadata, LocalRepository repository)
public MetadataNotFoundException(Metadata metadata, RemoteRepository repository)
public MetadataNotFoundException(Metadata metadata, RemoteRepository repository, String message)
public MetadataNotFoundException(Metadata metadata, RemoteRepository repository, String message, boolean fromCache)
public MetadataNotFoundException(Metadata metadata, RemoteRepository repository, String message, Throwable cause)
Copyright © 2010-2014 The Eclipse Foundation. All Rights Reserved.