org.sonatype.aether.transfer
Class MetadataTransferException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sonatype.aether.RepositoryException
org.sonatype.aether.transfer.MetadataTransferException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MetadataNotFoundException
public class MetadataTransferException
- extends RepositoryException
Thrown when metadata could not be uploaded/downloaded to/from a particular remote 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 |
MetadataTransferException
public MetadataTransferException(Metadata metadata,
RemoteRepository repository,
String message)
MetadataTransferException
public MetadataTransferException(Metadata metadata,
RemoteRepository repository,
Throwable cause)
MetadataTransferException
public MetadataTransferException(Metadata metadata,
RemoteRepository repository,
String message,
Throwable cause)
getMetadata
public Metadata getMetadata()
getRepository
public RemoteRepository getRepository()
Copyright © 2010-2013. All Rights Reserved.