public class FeedException
extends java.lang.Exception
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.
|
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.