public class java.io
UnsupportedEncodingException


Show All Login
Java SE 6
  
Extends: Throwable > Exception > IOException
Details
The Character Encoding is not supported.
version1.17, 11/17/05
sinceJDK1.1

Constructors
public UnsupportedEncodingException()
Constructs an UnsupportedEncodingException without a detail message.
public UnsupportedEncodingException(String s) Details
Constructs an UnsupportedEncodingException with a detail message.
sDescribes the reason for the exception.