|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
wt.util.WTException
wt.queue.QueueException
public class QueueException
This class represents exceptions that can be thrown in the process of
storing, retrieving and executing queue entries. This class, however,
does not represent exceptions resulting from the execution of the actual
request.
Supported API: true
Extendable: false
| Constructor Summary | |
|---|---|
QueueException()
No argument constructor. |
|
QueueException(Exception e)
Constructs a queue execption with an embedded exeption. |
|
QueueException(Exception e,
String msg)
Constructs a queue exception with an embedded exception and a non-localized message. |
|
QueueException(Exception e,
String rb,
String key,
Object[] params)
Constructs a queue exeption with amn embedded message and a localized message. |
|
QueueException(String message)
Constructs a queue exception with a non-localized message. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QueueException()
public QueueException(String message)
message - public QueueException(Exception e)
e -
public QueueException(Exception e,
String msg)
e - msg -
public QueueException(Exception e,
String rb,
String key,
Object[] params)
e - rb - key - params -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||