ewe.io
Class UnsupportedEncodingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byewe.io.IOException
              extended byewe.io.UnsupportedEncodingException

public class UnsupportedEncodingException
extends IOException


Constructor Summary
UnsupportedEncodingException()
           
UnsupportedEncodingException(String msg)
           
UnsupportedEncodingException(String message, Throwable cause)
           
UnsupportedEncodingException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

UnsupportedEncodingException

public UnsupportedEncodingException(String msg)

UnsupportedEncodingException

public UnsupportedEncodingException()

UnsupportedEncodingException

public UnsupportedEncodingException(Throwable cause)

UnsupportedEncodingException

public UnsupportedEncodingException(String message,
                                    Throwable cause)