java.io
Class UnsupportedEncodingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.io.UnsupportedEncodingException
- All Implemented Interfaces:
- Serializable
- public class UnsupportedEncodingException
- extends IOException
This IO exception is thrown when a program asks for a particular
character converter and it is not available.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedEncodingException
public UnsupportedEncodingException()
- Constructs a new instance of this class with its
walkback filled in.
UnsupportedEncodingException
public UnsupportedEncodingException(String detailMessage)
- Constructs a new instance of this class with its
walkback and message filled in.
- Parameters:
detailMessage - the detail message for the exception.
Licensed Materials - Property of IBM
(C) Copyright IBM Corp. 2006 All Rights Reserved.