public class MavenReportException
extends java.lang.Exception
| Modifier and Type | Field | Description |
|---|---|---|
static long |
serialVersionUID |
The serialVersionUID
|
| Constructor | 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.