public class ContentNotRecognizedException extends ResourceCreationException
Constructor and Description |
---|
ContentNotRecognizedException()
Creates a ContentNotRecognizedException with no message and no parent.
|
ContentNotRecognizedException(String message)
Creates an ContentNotRecognizedException.
|
ContentNotRecognizedException(String message,
Exception ex)
Creates an ContentNotRecognizedException.
|
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public ContentNotRecognizedException()
public ContentNotRecognizedException(String message, Exception ex)
message
- the exception message.ex
- the parent exception.public ContentNotRecognizedException(String message)
message
- the exception message.