Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.
public class UnsupportedEncodingException
- Object
- Throwable
- Exception
- IOException
- UnsupportedEncodingException
The Character Encoding is not supported.
Since: JDK1.1, CLDC 1.0
Constructors
public UnsupportedEncodingException() | Constructs an UnsupportedEncodingException without a detail message. |
public UnsupportedEncodingException(String s) | Constructs an UnsupportedEncodingException with a detail message. |
Inherited methods
Constructor details
UnsupportedEncodingException
public UnsupportedEncodingException()Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException
public UnsupportedEncodingException(String s)Constructs an UnsupportedEncodingException with a detail message.
s - Describes the reason for the exception.