java.io
Class UnsupportedEncodingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.io.UnsupportedEncodingException
public class
UnsupportedEncodingExceptionextends
IOException This exception is thrown when the requested character encoding is
not supported.
Since:Authors:- Aaron M. Renn (arenn@urbanophile.com)
- Per Bothner <bothner@cygnus.com>
UnsupportedEncodingException
public UnsupportedEncodingException()
Create an exception without a descriptive error message.
UnsupportedEncodingException
public UnsupportedEncodingException(java.lang.String message)
Create an exception with a descriptive error message.
Parameters: