Package com.browserup.bup.exception
Class UnsupportedCharsetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.browserup.bup.exception.UnsupportedCharsetException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedCharsetException extends java.lang.ExceptionA checked exception wrapper forUnsupportedCharsetException. 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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedCharsetException(java.nio.charset.UnsupportedCharsetException e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.charset.UnsupportedCharsetExceptiongetUnsupportedCharsetExceptionCause()
-