org.apache.maven.repository.metadata
Class MetadataResolutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.repository.metadata.MetadataResolutionException
All Implemented Interfaces:
Serializable

public class MetadataResolutionException
extends Exception

See Also:
Serialized Form

Constructor Summary
MetadataResolutionException()
           
MetadataResolutionException(String message)
           
MetadataResolutionException(String message, Throwable cause)
           
MetadataResolutionException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetadataResolutionException

public MetadataResolutionException()

MetadataResolutionException

public MetadataResolutionException(String message)

MetadataResolutionException

public MetadataResolutionException(Throwable cause)

MetadataResolutionException

public MetadataResolutionException(String message,
                                   Throwable cause)


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.