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:
java.io.Serializable

public class ArtifactInstallationException
extends java.lang.Exception

Version:
$Id: ArtifactInstallationException.java 163668 2005-03-23 03:40:13Z brett $
Author:
Jason van Zyl
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ArtifactInstallationException(java.lang.String message)
           
ArtifactInstallationException(java.lang.String message, java.lang.Throwable cause)
           
ArtifactInstallationException(java.lang.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(java.lang.String message)

ArtifactInstallationException

public ArtifactInstallationException(java.lang.Throwable cause)

ArtifactInstallationException

public ArtifactInstallationException(java.lang.String message,
                                     java.lang.Throwable cause)


Copyright 2006 Apache Software Foundation. All Rights Reserved.