com.ibm.ras
Class RASQueueEmptyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.ras.RASException
-
- com.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
RASQueueEmptyExceptionis thrown to indicate that aRASQueueis empty.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description RASQueueEmptyException()Deprecated.Creates aRASQueueEmptyException.RASQueueEmptyException(java.lang.String msg)Deprecated.Creates aRASQueueEmptyException.
-