org.codehaus.plexus
Class PlexusContainerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.PlexusContainerException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DuplicateChildContainerException
public class PlexusContainerException
- extends Exception
Container execution exception.
- Version:
- $Id: PlexusContainerException.java 6965 2007-10-21 05:32:27Z jvanzyl $
- 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 |
PlexusContainerException
public PlexusContainerException(String message,
Throwable throwable)
- Construct a new
PlexusContainerException
instance.
- Parameters:
message
- exception messagethrowable
- causing exception to chain
PlexusContainerException
public PlexusContainerException(String message)
- Construct a new
PlexusContainerException
instance.
- Parameters:
message
- exception message
Copyright © 2001-2008 Codehaus. All Rights Reserved.