public class MavenRuntimeException extends Exception
| Constructor and Description |
|---|
MavenRuntimeException(String message)
Creates a new
MavenRuntimeException with the specified detail message. |
MavenRuntimeException(String message,
Throwable cause)
Creates a new
MavenRuntimeException with the specified detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MavenRuntimeException(String message)
MavenRuntimeException with the specified detail message.message - the detail messageCopyright © 2002-2019 The Apache Software Foundation. All Rights Reserved.