Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.io

Class UnsupportedEncodingException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.io.IOException
         |
         +--java.io.UnsupportedEncodingException


public class UnsupportedEncodingException

extends IOException

This exception is thrown when the requested character encoding is not supported.

Since:Authors:

Constructor Summary

UnsupportedEncodingException()

Create an exception without a descriptive error message.
UnsupportedEncodingException(java.lang.String message)

Create an exception with a descriptive error message.

Constructor Details

UnsupportedEncodingException

public UnsupportedEncodingException()

Create an exception without a descriptive error message.


UnsupportedEncodingException

public UnsupportedEncodingException(java.lang.String message)

Create an exception with a descriptive error message.

Parameters: