java.io
Class UnsupportedEncodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.UnsupportedEncodingException
All Implemented Interfaces:
Serializable
Honorary Interfaces:
org.joe_e.Powerless

public class UnsupportedEncodingException
extends IOException

The Character Encoding is not supported.

Since:
JDK1.1
See Also:
Serialized Form

Constructor Summary
UnsupportedEncodingException()
          Suppressed.
          Constructs an UnsupportedEncodingException without a detail message.
UnsupportedEncodingException(String s)
          Suppressed.
          Constructs an UnsupportedEncodingException with a detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedEncodingException

public UnsupportedEncodingException()
Suppressed. default deny

Constructs an UnsupportedEncodingException without a detail message.


UnsupportedEncodingException

public UnsupportedEncodingException(String s)
Suppressed. default deny

Constructs an UnsupportedEncodingException with a detail message.

Parameters:
s - Describes the reason for the exception.