ORO, Inc. Logo  All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.oroinc.net.tftp.TFTPPacketException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.oroinc.net.tftp.TFTPPacketException

public class TFTPPacketException
extends Exception
A class used to signify the occurrence of an error in the creation of a TFTP packet. It is not declared final so that it may be subclassed to identify more specific errors. You would only want to do this if you were building your own TFTP client or server on top of the TFTP class if you wanted more functionality than the receiveFile() and sendFile() methods provide.

Copyright © 1997 Original Reusable Objects, Inc. All rights reserved.

See Also:
TFTPPacket, TFTP

Constructor Index

 o TFTPPacketException()
Simply calls the corresponding constructor of its superclass.
 o TFTPPacketException(String)
Simply calls the corresponding constructor of its superclass.

Constructors

 o TFTPPacketException
 public TFTPPacketException()
Simply calls the corresponding constructor of its superclass.

 o TFTPPacketException
 public TFTPPacketException(String message)
Simply calls the corresponding constructor of its superclass.


ORO, Inc. Logo  All Packages  Class Hierarchy  This Package  Previous  Next  Index