Package org.apache.maven.api.services
Class ArtifactDeployerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.maven.api.services.MavenException
org.apache.maven.api.services.ArtifactDeployerException
- All Implemented Interfaces:
 Serializable
An artifact could not correctly being deployed.
- Since:
 - 4.0.0
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ArtifactDeployerException
- Parameters:
 message- the message of the errore-Exception
 
 -