Package org.apache.maven.plugins.ear
Class EarPluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugins.ear.EarPluginException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 UnknownArtifactTypeException
The base exception of the EAR plugin.
- Author:
 - Stephane Nicoll
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCreate an instance.EarPluginException(String message) EarPluginException(String message, Throwable cause) EarPluginException(Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString