Top Description Fields Constructors
java.io

public Class UnsupportedEncodingException

extends IOException
Class Inheritance

The Character Encoding is not supported.
Author
Asmus Freytag
Since
1.1

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
UnsupportedEncodingException()

Constructs an UnsupportedEncodingException without a detail message.

public
UnsupportedEncodingException(String
Describes the reason for the exception.
s
)

Constructs an UnsupportedEncodingException with a detail message.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.io.IOException.serialVersionUID.

Annotations
@Serial

Constructor Detail

UnsupportedEncodingExceptionback to summary
public UnsupportedEncodingException()

Constructs an UnsupportedEncodingException without a detail message.

UnsupportedEncodingExceptionback to summary
public UnsupportedEncodingException(String s)

Constructs an UnsupportedEncodingException with a detail message.

Parameters
s:String

Describes the reason for the exception.