com.sun.syndication.io
public class FeedException extends Exception
| Constructor Summary | |
|---|---|
| FeedException(String msg)
Creates a FeedException with a message.
| |
| FeedException(String msg, Throwable rootCause)
Creates a FeedException with a message and a root cause exception.
| |
Parameters: msg exception message.
Parameters: msg exception message. rootCause root cause exception.