|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.simoes.lpd.exception.QueueException
Shows when an exceptional condition has occurred in one of our Queues.
| Constructor Summary | |
QueueException()
|
|
QueueException(java.lang.String msg)
|
|
QueueException(java.lang.String msg,
java.lang.Throwable t)
|
|
QueueException(java.lang.Throwable t)
|
|
| 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 |
| Constructor Detail |
public QueueException()
public QueueException(java.lang.String msg)
public QueueException(java.lang.String msg,
java.lang.Throwable t)
public QueueException(java.lang.Throwable t)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||