org.apache.maven.plugin
Class PluginManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.plugin.PluginManagerException
- All Implemented Interfaces:
- Serializable
public class PluginManagerException
- extends Exception
Exception in the plugin manager.
- Version:
- $Id: PluginManagerException.java 747855 2009-02-25 16:43:11Z jdcasey $
- Author:
- Brett Porter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PluginManagerException
public PluginManagerException(String message)
PluginManagerException
public PluginManagerException(String message,
Throwable e)
Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.