UnsupportedEncodingExceptionpublic class UnsupportedEncodingException extends IOException The Character Encoding is not supported. |
Constructors Summary |
---|
public UnsupportedEncodingException()Constructs an UnsupportedEncodingException without a detail message.
super();
| public UnsupportedEncodingException(String s)Constructs an UnsupportedEncodingException with a detail message.
super(s);
|
|