aicas logoJamaica 3.2 release 62

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

public class UnsupportedEncodingException
extends IOException

This exception is thrown when the requested character encoding is not supported.

Since:
1.1
See Also:
Serialized Form
Status:
updated to 1.4

Constructor Summary
UnsupportedEncodingException()
          Create an exception without a descriptive error message.
UnsupportedEncodingException(String message)
          Create an exception with a descriptive error 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()
Create an exception without a descriptive error message.


UnsupportedEncodingException

public UnsupportedEncodingException(String message)
Create an exception with a descriptive error message.

Parameters:
message - the descriptive error message

aicas logoJamaica 3.2 release 62

aicas GmbH, Karlsruhe - Germany    www.aicas.com
Copyright 2001-2008 aicas GmbH. All Rights Reserved.