Package 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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedEncodingException()
UnsupportedEncodingException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedEncodingException
public UnsupportedEncodingException()
-
UnsupportedEncodingException
public UnsupportedEncodingException(String var0)
-
-