Class UnsupportedEncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.UnsupportedEncodingException
The Character Encoding is not supported.
Since: JDK1.1, CLDC 1.0
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an UnsupportedEncodingException without a detail message.Constructs an UnsupportedEncodingException with a detail message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedEncodingException
public UnsupportedEncodingException()Constructs an UnsupportedEncodingException without a detail message. -
UnsupportedEncodingException
Constructs an UnsupportedEncodingException with a detail message. s - Describes the reason for the exception.
-