Package java.io
Class UnsupportedEncodingException

Public Constructor 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.