public class ContentNotRecognizedException extends ResourceCreationException
| Constructor and Description |
|---|
ContentNotRecognizedException()
Creates a ContentNotRecognizedException with no message and no parent.
|
ContentNotRecognizedException(java.lang.String message)
Creates an ContentNotRecognizedException.
|
ContentNotRecognizedException(java.lang.String message,
java.lang.Exception ex)
Creates an ContentNotRecognizedException.
|
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toStringpublic ContentNotRecognizedException()
public ContentNotRecognizedException(java.lang.String message,
java.lang.Exception ex)
message - the exception message.ex - the parent exception.public ContentNotRecognizedException(java.lang.String message)
message - the exception message.