public class MavenReportException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
The serialVersionUID
|
| Constructor and Description |
|---|
MavenReportException(java.lang.String msg)
Default constructor.
|
MavenReportException(java.lang.String msg,
java.lang.Exception e)
Other constructor.
|
public static final long serialVersionUID
public MavenReportException(java.lang.String msg)
msg - the exception message.public MavenReportException(java.lang.String msg,
java.lang.Exception e)
msg - the exception message.e - the exception.