public class UTFDataFormatException extends IOException
DataInputStream
.DataInputStream.readUTF()
,
Serialized FormConstructor and Description |
---|
UTFDataFormatException()
Constructs a new
UTFDataFormatException with its stack trace
filled in. |
UTFDataFormatException(String detailMessage)
Constructs a new
UTFDataFormatException with its stack trace and
detail message filled in. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UTFDataFormatException()
UTFDataFormatException
with its stack trace
filled in.public UTFDataFormatException(String detailMessage)
UTFDataFormatException
with its stack trace and
detail message filled in.detailMessage
- the detail message for this exception.