java.io

Class UnsupportedEncodingException

public class UnsupportedEncodingException extends IOException

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

Since: 1.1

UNKNOWN: updated to 1.4

Constructor Summary
UnsupportedEncodingException()
Create an exception without a descriptive error message.
UnsupportedEncodingException(String message)
Create an exception with a descriptive error message.

Constructor Detail

UnsupportedEncodingException

public UnsupportedEncodingException()
Create an exception without a descriptive error message.

UnsupportedEncodingException

public UnsupportedEncodingException(String message)
Create an exception with a descriptive error message.

Parameters: message the descriptive error message