public class ContentComponentException extends Exception
| Constructor and Description |
|---|
ContentComponentException(String message)
Instantiates a new ContentComponentException from a given string.
|
ContentComponentException(String message,
Throwable throwable)
Instantiates a new ContentComponentException with a message.
|
ContentComponentException(Throwable throwable)
Instantiates a new ContentComponentException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ContentComponentException(String message)
message - the string to use for the exception.public ContentComponentException(Throwable throwable)
throwable - the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.