Which exception handler can be used when character encoding is not supported?

Which exception handler can be used when character encoding is not supported? Correct Answer UnsupportedEncodingException

The encoding that is unsupported in a system can be handled. The exception handler is UnSupportedEncodingException class. An object of this class can be created which will catch the exception and handle it.