ca.mcgill.cs.postina
Class PostinaNoQueueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ca.mcgill.cs.postina.PostinaNoQueueException
All Implemented Interfaces:
java.io.Serializable

public class PostinaNoQueueException
extends java.lang.Exception

The PostinaNoQueueException is thrown when an application tries to get a message from the queue but there is no queue. This is the case when a listener has registered to Postina, which deactivates the queue.

Version:
Oct 22, 2007
Author:
Dominik Zindel
See Also:
Serialized Form

Field Summary
private static org.apache.log4j.Logger logger
           
private static long serialVersionUID
           
 
Constructor Summary
PostinaNoQueueException()
           
 
Method Summary
 
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
 

Field Detail

logger

private static final org.apache.log4j.Logger logger

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

PostinaNoQueueException

public PostinaNoQueueException()