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,
Throwable cause) |
getMetadata, getRepository
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, Throwable cause)
Copyright © 2010–2013 The Eclipse Foundation. All rights reserved.