com.ibm.ras
Class RASQueueFullException

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

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

public class RASQueueFullException
extends RASException

RASQueueFullException is thrown to indicate that a RASQueue is full.

See Also:
Serialized Form

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

RASQueueFullException

public RASQueueFullException()
Deprecated. 
Creates a RASQueueFullException.


RASQueueFullException

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

Parameters:
msg - A detailed message.