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 cause)
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 cause)
msg - the exception message.cause - the cause.