org.codehaus.plexus
Class PlexusContainerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.plexus.PlexusContainerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DuplicateChildContainerException

public class PlexusContainerException
extends java.lang.Exception

Container execution exception.

Version:
$Id: PlexusContainerException.java 2097 2005-06-07 00:08:45Z jdcasey $
Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
PlexusContainerException(java.lang.String message)
           
PlexusContainerException(java.lang.String message, java.lang.Throwable throwable)
           
 
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

PlexusContainerException

public PlexusContainerException(java.lang.String message,
                                java.lang.Throwable throwable)

PlexusContainerException

public PlexusContainerException(java.lang.String message)


Copyright © 2001-2007 Codehaus. All Rights Reserved.