public class ContextException extends Exception
Constructor and Description |
---|
ContextException(String message)
Construct a new
ContextException instance. |
ContextException(String message,
Throwable throwable)
Construct a new
ContextException instance. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ContextException(String message)
ContextException
instance.message
- The detail message for this exception.Copyright © 2001–2019 Codehaus Plexus. All rights reserved.