Added in API level 1

UnsupportedEncodingException

public class UnsupportedEncodingException
extends IOException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ java.io.UnsupportedEncodingException


The Character Encoding is not supported.

Summary

Public constructors

UnsupportedEncodingException()

Constructs an UnsupportedEncodingException without a detail message.

UnsupportedEncodingException(String s)

Constructs an UnsupportedEncodingException with a detail message.

Inherited methods

Public constructors

UnsupportedEncodingException

Added in API level 1
public UnsupportedEncodingException ()

Constructs an UnsupportedEncodingException without a detail message.

UnsupportedEncodingException

Added in API level 1
public UnsupportedEncodingException (String s)

Constructs an UnsupportedEncodingException with a detail message.

Parameters
s String: Describes the reason for the exception.