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.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
public UTFDataFormatException()
public UTFDataFormatException(String s)