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, toStringpublic FeedException(String msg)
msg - exception message.Copyright © 2023. All rights reserved.