public class TFTPPacketException
extends java.lang.Exception
TFTP
class if you
wanted more functionality than the
receiveFile()
and
sendFile()
methods provide.
TFTPPacket
,
TFTP
,
Serialized FormConstructor | Description |
---|---|
TFTPPacketException() |
Simply calls the corresponding constructor of its superclass.
|
TFTPPacketException(java.lang.String message) |
Simply calls the corresponding constructor of its superclass.
|