public class UTFDataFormatException extends IOException
DataInput,
DataInputStream.readUTF(DataInput)| Constructor and Description |
|---|
UTFDataFormatException()
Create a new UTFDataFormatException without a descriptive error message.
|
UTFDataFormatException(String message)
Create a new UTFDataFormatException with a descriptive error message.
|
UTFDataFormatException(String message,
Throwable cause)
Create a new UTFDataFormatException with a descriptive error message.
|
UTFDataFormatException(Throwable cause)
Create a new UTFDataFormatException without a descriptive error message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UTFDataFormatException()
public UTFDataFormatException(String message)
message - the descriptive error messagepublic UTFDataFormatException(Throwable cause)