com.ibm.ras

Class RASQueueEmptyException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.ras.RASException
  5. extended bycom.ibm.ras.RASQueueEmptyException
All implemented interfaces:
java.io.Serializable

Deprecated. As of WAS 6.0, recommend using java.util.logging
  1. public class RASQueueEmptyException
  2. extends RASException
RASQueueEmptyException is thrown to indicate that a RASQueue is empty.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
RASQueueEmptyException()
Deprecated. Creates a RASQueueEmptyException.
RASQueueEmptyException(java.lang.String msg)
Deprecated. Creates a RASQueueEmptyException.

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

RASQueueEmptyException

  1. public RASQueueEmptyException()
Deprecated.
Creates a RASQueueEmptyException.

RASQueueEmptyException

  1. public RASQueueEmptyException(java.lang.String msg)
Deprecated.
Creates a RASQueueEmptyException.
Parameters:
msg - A detailed message.