org.apache.maven.artifact.deployer
Class ArtifactDeploymentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.artifact.deployer.ArtifactDeploymentException
All Implemented Interfaces:
java.io.Serializable

public class ArtifactDeploymentException
extends java.lang.Exception

Version:
$Id: ArtifactDeploymentException.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
ArtifactDeploymentException(java.lang.String message)
           
ArtifactDeploymentException(java.lang.String message, java.lang.Throwable cause)
           
ArtifactDeploymentException(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

ArtifactDeploymentException

public ArtifactDeploymentException(java.lang.String message)

ArtifactDeploymentException

public ArtifactDeploymentException(java.lang.Throwable cause)

ArtifactDeploymentException

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


Copyright 2006 Apache Software Foundation. All Rights Reserved.