public class ContentException extends RuntimeException
Exception which is thrown when there is a general error while working with content.
| Constructor and Description | 
|---|
ContentException(String message)
Creates a new exception with the message of the error. 
 | 
ContentException(String message,
                Throwable cause)
Creates a new exception with the message of the error and its cause. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ContentException(String message)
Creates a new exception with the message of the error.
message - the exception messageCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.