public class FeedException extends Exception
Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FeedException(String msg)
msg
- exception message.Copyright © 2018. All rights reserved.