public ContentFormatException(String message)(Code)
Constructs a new exception with the specified detail message.
The detail message is saved for later retrieval by the
ContentFormatException.getMessage() method.
Constructs a new exception with the specified detail message and cause.
The cause is saved for later retrieval by the
ContentFormatException.getCause() method.