org.codehaus.plexus.action
Class ActionNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.plexus.action.ActionNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ActionNotFoundException
extends java.lang.Exception

Version:
$Id: ActionNotFoundException.java 1715 2005-04-16 04:54:19Z jvanzyl $
Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
ActionNotFoundException(java.lang.String s)
           
ActionNotFoundException(java.lang.String s, org.codehaus.plexus.component.repository.exception.ComponentLookupException 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

ActionNotFoundException

public ActionNotFoundException(java.lang.String s)

ActionNotFoundException

public ActionNotFoundException(java.lang.String s,
                               org.codehaus.plexus.component.repository.exception.ComponentLookupException e)


Copyright © 2001-2007 Codehaus. All Rights Reserved.