Package java.io
Class UnsupportedEncodingException
UnsupportedEncodingException()
UnsupportedEncodingException(String message)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
constructor UnsupportedEncodingException():
Create Exception null as its detailed message.
constructor UnsupportedEncodingException(String message):
Create Exception with detailed message.