netcom.log
Class Overflow

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynetcom.log.Overflow
All Implemented Interfaces:
java.io.Serializable

public class Overflow
extends java.lang.Exception

the QueueAr class used for the FIleWriterThread and FileReaderThread classes needs this class Exception class for access in full containers such as stacks, queues, and priority queues.

See Also:
Serialized Form

Constructor Summary
Overflow()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Overflow

public Overflow()