|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ca.mcgill.cs.postina.PostinaNoQueueException
public class PostinaNoQueueException
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.
| 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 |
|---|
private static final org.apache.log4j.Logger logger
private static final long serialVersionUID
| Constructor Detail |
|---|
public PostinaNoQueueException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||