java.io.Serializable
public class ContentNotRecognizedException extends ResourceCreationException
Constructor | 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.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public 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.