org.sonatype.aether.transfer
Class MetadataNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sonatype.aether.RepositoryException
org.sonatype.aether.transfer.MetadataTransferException
org.sonatype.aether.transfer.MetadataNotFoundException
- All Implemented Interfaces:
- Serializable
public class MetadataNotFoundException
- extends MetadataTransferException
Thrown when metadata was not found in a particular repository.
- Author:
- Benjamin Bentmann
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MetadataNotFoundException
public MetadataNotFoundException(Metadata metadata,
LocalRepository repository)
MetadataNotFoundException
public MetadataNotFoundException(Metadata metadata,
RemoteRepository repository)
MetadataNotFoundException
public MetadataNotFoundException(Metadata metadata,
RemoteRepository repository,
String message)
Copyright © 2010-2013. All Rights Reserved.