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.