public class FeedException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
FeedException(java.lang.String msg)
Creates a FeedException with a message.
|
FeedException(java.lang.String msg,
java.lang.Throwable rootCause)
Creates a FeedException with a message and a root cause exception.
|
private static final long serialVersionUID
public FeedException(java.lang.String msg)
msg - exception message.public FeedException(java.lang.String msg,
java.lang.Throwable rootCause)
msg - exception message.rootCause - root cause exception.