com.ibm.ras
Class RASQueueEmptyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.ras.RASException
              extended bycom.ibm.ras.RASQueueEmptyException
All Implemented Interfaces:
java.io.Serializable

Deprecated. As of WAS 6.0, recommend using java.util.logging

public class RASQueueEmptyException
extends RASException

RASQueueEmptyException is thrown to indicate that a RASQueue is empty.

See Also:
Serialized Form

Constructor Summary
RASQueueEmptyException()
          Deprecated. Creates a RASQueueEmptyException.
RASQueueEmptyException(java.lang.String msg)
          Deprecated. Creates a RASQueueEmptyException.
 
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

public RASQueueEmptyException()
Deprecated. 
Creates a RASQueueEmptyException.


RASQueueEmptyException

public RASQueueEmptyException(java.lang.String msg)
Deprecated. 
Creates a RASQueueEmptyException.

Parameters:
msg - A detailed message.