org.edg.info
Class QueueManagerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.edg.info.QueueManagerException
All Implemented Interfaces:
java.io.Serializable

public class QueueManagerException
extends java.lang.Exception

Exception generated by QueueManager.

See Also:
Serialized Form

Constructor Summary
QueueManagerException()
           
QueueManagerException(java.lang.String message)
           
QueueManagerException(java.lang.String message, java.lang.Throwable cause)
           
QueueManagerException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueueManagerException

public QueueManagerException()
See Also:
Exception.Exception()

QueueManagerException

public QueueManagerException(java.lang.String message)
See Also:
Exception.Exception(java.lang.String)

QueueManagerException

public QueueManagerException(java.lang.String message,
                             java.lang.Throwable cause)
See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)

QueueManagerException

public QueueManagerException(java.lang.Throwable cause)
See Also:
Exception.Exception(java.lang.Throwable)