ContentTypeMismatchedException constructor
ContentTypeMismatchedException()
Construct an exception when using incorrect content type.
Implementation
ContentTypeMismatchedException(
this.uri, this.receivedContentType, this.idealContentType);