Added in API level 1

UnsupportedEncodingException

open class UnsupportedEncodingException : IOException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.io.IOException
   ↳ java.io.UnsupportedEncodingException

The Character Encoding is not supported.

Summary

Public constructors

Constructs an UnsupportedEncodingException without a detail message.

Constructs an UnsupportedEncodingException with a detail message.

Public constructors

UnsupportedEncodingException

Added in API level 1
UnsupportedEncodingException()

Constructs an UnsupportedEncodingException without a detail message.

UnsupportedEncodingException

Added in API level 1
UnsupportedEncodingException(s: String!)

Constructs an UnsupportedEncodingException with a detail message.

Parameters
s String!: Describes the reason for the exception.