public
class
UnsupportedEncodingException
extends IOException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.io.IOException | |||
↳ | java.io.UnsupportedEncodingException |
The Character Encoding is not supported.
Public constructors | |
---|---|
UnsupportedEncodingException()
Constructs an UnsupportedEncodingException without a detail message. |
|
UnsupportedEncodingException(String s)
Constructs an UnsupportedEncodingException with a detail message. |
Inherited methods | |
---|---|
From
class
java.lang.Throwable
| |
From
class
java.lang.Object
|
UnsupportedEncodingException ()
Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException (String s)
Constructs an UnsupportedEncodingException with a detail message.
Parameters | |
---|---|
s |
String :
Describes the reason for the exception.
|