org.apache.maven.plugin.assembly.artifact
Class DependencyResolutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.plugin.assembly.artifact.DependencyResolutionException
All Implemented Interfaces:
Serializable

public class DependencyResolutionException
extends Exception

Version:
$Id$
See Also:
Serialized Form

Constructor Summary
DependencyResolutionException(String message)
           
DependencyResolutionException(String message, Throwable error)
           
 
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

DependencyResolutionException

public DependencyResolutionException(String message,
                                     Throwable error)

DependencyResolutionException

public DependencyResolutionException(String message)


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.