public class MetadataRetrievalException extends Exception
| Constructor and Description | 
|---|
| MetadataRetrievalException(String message) | 
| MetadataRetrievalException(String message,
                          Throwable cause) | 
| MetadataRetrievalException(String message,
                          Throwable cause,
                          ArtifactMetadata artifact) | 
| MetadataRetrievalException(Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| ArtifactMetadata | getArtifactMetadata() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MetadataRetrievalException(String message)
public MetadataRetrievalException(Throwable cause)
public MetadataRetrievalException(String message, Throwable cause, ArtifactMetadata artifact)
public ArtifactMetadata getArtifactMetadata()
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.