UnsupportedEncodingException

Stay organized with collections Save and categorize content based on your preferences.
public class UnsupportedEncodingException extends IOException

The Character Encoding is not supported.

Public Constructor Summary

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

Inherited Method Summary

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.