UnsupportedEncodingException  |  API reference  |  Android Developers (original) (raw)

open class UnsupportedEncodingException : IOException

kotlin.Any
kotlin.Throwable
java.lang.Exception
java.io.IOException

The Character Encoding is not supported.

Summary

Public constructors
UnsupportedEncodingException() Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException(s: String!) Constructs an UnsupportedEncodingException with a detail message.

Public constructors

UnsupportedEncodingException

UnsupportedEncodingException()

Constructs an UnsupportedEncodingException without a detail message.

UnsupportedEncodingException

UnsupportedEncodingException(s: String!)

Constructs an UnsupportedEncodingException with a detail message.

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

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-02-10 UTC.