Package java.io
Class UTFDataFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.io.UTFDataFormatException
-
- All Implemented Interfaces:
Serializable
public class UTFDataFormatException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UTFDataFormatException()
UTFDataFormatException(String var0)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
UTFDataFormatException
public UTFDataFormatException()
-
UTFDataFormatException
public UTFDataFormatException(String var0)
-
-