Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.

public class UnsupportedEncodingException

  1. Object
  2. Throwable
  3. Exception
  4. IOException
  5. UnsupportedEncodingException
The Character Encoding is not supported. Since: JDK1.1, CLDC 1.0

Constructors

public UnsupportedEncodingException()Constructs an UnsupportedEncodingException without a detail message.
public UnsupportedEncodingException(String s)Constructs an UnsupportedEncodingException with a detail message.

Inherited methods

Constructor details

UnsupportedEncodingException

public UnsupportedEncodingException()
Constructs an UnsupportedEncodingException without a detail message.

UnsupportedEncodingException

public UnsupportedEncodingException(String s)
Constructs an UnsupportedEncodingException with a detail message. s - Describes the reason for the exception.