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
Container execution exception.
- Author:
- Brett Porter
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPlexusContainerException
(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 Details
-
PlexusContainerException
Construct a newPlexusContainerException
instance.- Parameters:
message
- exception messagethrowable
- causing exception to chain
-
PlexusContainerException
Construct a newPlexusContainerException
instance.- Parameters:
message
- exception message
-