Package 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.- Author:
- Brett Porter
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlexusContainerException(String message)
Construct a newPlexusContainerException
instance.PlexusContainerException(String message, Throwable throwable)
Construct a newPlexusContainerException
instance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PlexusContainerException
public PlexusContainerException(String message, Throwable throwable)
Construct a newPlexusContainerException
instance.- Parameters:
message
- exception messagethrowable
- causing exception to chain
-
PlexusContainerException
public PlexusContainerException(String message)
Construct a newPlexusContainerException
instance.- Parameters:
message
- exception message
-
-