public class UnsupportedCharsetException
extends java.lang.Exception
UnsupportedCharsetException. This exception is checked to prevent
situations where an unsupported character set in e.g. a Content-Type header causes the proxy to fail completely, rather
than fallback to some suitable default behavior, such as not parsing the text contents of a message.| Constructor and Description |
|---|
UnsupportedCharsetException(java.nio.charset.UnsupportedCharsetException e) |
| Modifier and Type | Method and Description |
|---|---|
java.nio.charset.UnsupportedCharsetException |
getUnsupportedCharsetExceptionCause() |