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

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.