com.seag.qm
Class QueueFullException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.seag.qm.QueueFullException
All Implemented Interfaces:
java.io.Serializable

public class QueueFullException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
QueueFullException()
          Creates new QueueFullException without detail message.
QueueFullException(java.lang.String msg)
          Constructs an QueueFullException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueueFullException

public QueueFullException()
Creates new QueueFullException without detail message.

QueueFullException

public QueueFullException(java.lang.String msg)
Constructs an QueueFullException with the specified detail message.
Parameters:
msg - the detail message.