public class

UnsupportedEncodingException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ java.io.UnsupportedEncodingException

Class Overview

The Character Encoding is not supported.

Summary

Public Constructors
UnsupportedEncodingException()
Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException(String s)
Constructs an UnsupportedEncodingException with a detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UnsupportedEncodingException ()

Constructs an UnsupportedEncodingException without a detail message.

public UnsupportedEncodingException (String s)

Constructs an UnsupportedEncodingException with a detail message.

Parameters
s Describes the reason for the exception.