public class InvalidResponseException
extends java.lang.Exception
| Constructor and Description |
|---|
InvalidResponseException(java.lang.String contentType)
Constructs a new InvalidResponseException with the deffined content-type
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType()
Returns this exception content-type
|