public class PlexusContainerException extends Exception
Constructor and Description |
---|
PlexusContainerException(String message)
Construct a new
PlexusContainerException instance. |
PlexusContainerException(String message,
Throwable throwable)
Construct a new
PlexusContainerException instance. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PlexusContainerException(String message, Throwable throwable)
PlexusContainerException
instance.message
- exception messagethrowable
- causing exception to chainpublic PlexusContainerException(String message)
PlexusContainerException
instance.message
- exception messageCopyright © 2001–2019 Codehaus Plexus. All rights reserved.