org.apache.maven.artifact.installer
Class ArtifactInstallationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.artifact.installer.ArtifactInstallationException
All Implemented Interfaces:
Serializable

public class ArtifactInstallationException
extends Exception

Version:
$Id: ArtifactInstallationException.java 495147 2007-01-11 07:47:53Z jvanzyl $
Author:
Jason van Zyl
See Also:
Serialized Form

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

ArtifactInstallationException

public ArtifactInstallationException(String message)

ArtifactInstallationException

public ArtifactInstallationException(Throwable cause)

ArtifactInstallationException

public ArtifactInstallationException(String message,
                                     Throwable cause)


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