public class UnsupportedCharsetException extends 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(UnsupportedCharsetException e) |
| Modifier and Type | Method and Description |
|---|---|
UnsupportedCharsetException |
getUnsupportedCharsetExceptionCause() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedCharsetException(UnsupportedCharsetException e)
public UnsupportedCharsetException getUnsupportedCharsetExceptionCause()
UnsupportedCharsetException that this exception wraps.Copyright © 2016. All Rights Reserved.