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
-
EmptyQueueException()
- Constructs a new EmptyQueueException.
-
EmptyQueueException(String)
- Constructs a new EmptyQueueException with a
given detailed message.
EmptyQueueException
public EmptyQueueException()
- Constructs a new EmptyQueueException.
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