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.