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.
|
public ContentNotRecognizedException()
public ContentNotRecognizedException(String message, Exception ex)
message
- the exception message.ex
- the parent exception.public ContentNotRecognizedException(String message)
message
- the exception message.