ewe.io
Class UTFDataFormatException

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

public class UTFDataFormatException
extends IOException


Constructor Summary
UTFDataFormatException()
           
UTFDataFormatException(String msg)
           
UTFDataFormatException(String msg, Throwable cause)
           
UTFDataFormatException(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

UTFDataFormatException

public UTFDataFormatException()

UTFDataFormatException

public UTFDataFormatException(String msg)

UTFDataFormatException

public UTFDataFormatException(Throwable cause)

UTFDataFormatException

public UTFDataFormatException(String msg,
                              Throwable cause)