All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.roguewave.tools.v2-0.EmptyQueueException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----com.roguewave.tools.v2-0.EmptyQueueException

public class EmptyQueueException
extends RuntimeException
Signals an illegal operation on an empty Queue

See Also:
Queue

Constructor Index

 o EmptyQueueException()
Constructs a new EmptyQueueException.
 o EmptyQueueException(String)
Constructs a new EmptyQueueException with a given detailed message.

Constructors

 o EmptyQueueException
 public EmptyQueueException()
Constructs a new EmptyQueueException.

 o EmptyQueueException
 public EmptyQueueException(String msg)
Constructs a new EmptyQueueException with a given detailed message.

Parameters:
msg - The detailed message

All Packages  Class Hierarchy  This Package  Previous  Next  Index