jsim.queue
Class FullQueueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jsim.queue.FullQueueException
All Implemented Interfaces:
java.io.Serializable

public class FullQueueException
extends java.lang.RuntimeException

This class signals a full queue exception.

Version:
1.0 96/06/20
Author:
Zhiwei Zhang
See Also:
Serialized Form

Constructor Summary
FullQueueException()
          Constructor without detail message.
FullQueueException(java.lang.String message)
          Constructor with a message.
 
Method Summary
 
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

FullQueueException

public FullQueueException()
Constructor without detail message.


FullQueueException

public FullQueueException(java.lang.String message)
Constructor with a message.

Parameters:
message - further information