Added in API level 1

UnsupportedEncodingException

public class UnsupportedEncodingException
extends IOException



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.