org.apache.maven.plugin
Class PluginManagerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.plugin.PluginManagerException
All Implemented Interfaces:
java.io.Serializable

public class PluginManagerException
extends java.lang.Exception

Exception in the plugin manager.

Version:
$Id: PluginManagerException.java 191298 2005-06-18 16:21:49Z brett $
Author:
Brett Porter
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
PluginManagerException(java.lang.String message)
           
PluginManagerException(java.lang.String message, java.lang.Exception e)
           
 
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(java.lang.String message)

PluginManagerException

public PluginManagerException(java.lang.String message,
                              java.lang.Exception e)


Copyright 2006 Apache Software Foundation. All Rights Reserved.