public class MavenRuntimeException
extends java.lang.Exception
| Constructor and Description |
|---|
MavenRuntimeException(java.lang.String message)
Creates a new
MavenRuntimeException with the specified detail message. |
MavenRuntimeException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
MavenRuntimeException with the specified detail message and cause. |
public MavenRuntimeException(java.lang.String message)
MavenRuntimeException with the specified detail message.message - the detail messagepublic MavenRuntimeException(java.lang.String message,
java.lang.Throwable cause)
MavenRuntimeException with the specified detail message and cause.message - the detail messagecause - the causeCopyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.