public class UTFDataFormatException extends IOException
Constructor and Description |
---|
UTFDataFormatException()
Constructs a UTFDataFormatException with null as its error detail message.
|
UTFDataFormatException(String s)
Constructs a UTFDataFormatException with the specified detail message.
|
public UTFDataFormatException()
public UTFDataFormatException(String s)