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 newPlexusContainerExceptioninstance.PlexusContainerException(String message, Throwable throwable) Construct a newPlexusContainerExceptioninstance. -
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 newPlexusContainerExceptioninstance.- Parameters:
message- exception messagethrowable- causing exception to chain
-
PlexusContainerException
Construct a newPlexusContainerExceptioninstance.- Parameters:
message- exception message
-