org.apache.maven.plugin
Class PluginManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
PluginManagerException(String message)
           
PluginManagerException(String message, Throwable e)
           
 
Method Summary
 
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

PluginManagerException

public PluginManagerException(String message)

PluginManagerException

public PluginManagerException(String message,
                              Throwable e)


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.