UTFDataFormatException.UTFDataFormatException
Class Overview | Class Members |
This Package |
All Packages
public UTFDataFormatException()
Description
Constructs a UTFDataFormatException with no detail
message.
public UTFDataFormatException( String s )
Parameters
- s
- the detail message.
Description
Constructs a UTFDataFormatException with the
specified detail message.