org.edg.info
Class QueueManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.edg.info.QueueManagerException
- All Implemented Interfaces:
- java.io.Serializable
- public class QueueManagerException
- extends java.lang.Exception
Exception generated by QueueManager.
- See Also:
- Serialized Form
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 |
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)