public class PlexusConfigurationException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
PlexusConfigurationException(java.lang.String message)
Construct a new
PlexusConfigurationException instance. |
PlexusConfigurationException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new
PlexusConfigurationException instance. |
private static final long serialVersionUID
public PlexusConfigurationException(java.lang.String message)
PlexusConfigurationException instance.message - exception messagepublic PlexusConfigurationException(java.lang.String message,
java.lang.Throwable throwable)
PlexusConfigurationException instance.message - exception messagethrowable - causing exception to chain