net.sf.zig_project.gpl.common.queue
Class SealedQueueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalStateException
                  extended bynet.sf.zig_project.gpl.common.queue.SealedQueueException
All Implemented Interfaces:
Serializable

public class SealedQueueException
extends IllegalStateException

Indicates that an add operation was attempted on a Queue that has been Sealed.

Version:
October 24, 2004
Author:
Frank Ziglar
See Also:
SealableQueue, Serialized Form

Constructor Summary
SealedQueueException(String s)
           
 
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

SealedQueueException

public SealedQueueException(String s)