org.codehaus.plexus

Class PlexusContainerException

public class PlexusContainerException extends Exception

Container execution exception.

Version: $Id: PlexusContainerException.java 6965 2007-10-21 05:32:27Z jvanzyl $

Author: Brett Porter

Field Summary
static longserialVersionUID
Constructor Summary
PlexusContainerException(String message, Throwable throwable)
Construct a new PlexusContainerException instance.
PlexusContainerException(String message)
Construct a new PlexusContainerException instance.

Field Detail

serialVersionUID

private static final long serialVersionUID

Constructor Detail

PlexusContainerException

public PlexusContainerException(String message, Throwable throwable)
Construct a new PlexusContainerException instance.

Parameters: message exception message throwable causing exception to chain

PlexusContainerException

public PlexusContainerException(String message)
Construct a new PlexusContainerException instance.

Parameters: message exception message