wt.queue
Class QueueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bywt.util.WTException
              extended bywt.queue.QueueException
All Implemented Interfaces:
LocalizableMessage, Message, Serializable

public class QueueException
extends WTException
implements Serializable

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

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.util.WTException
GETMESSAGE_LINE_SEPARATOR, LINE_SEPARATOR, SPACE_SEPARATOR, TOSTRING_LINE_SEPARATOR
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
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.
 
Methods inherited from class wt.util.WTException
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toString
 
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
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

QueueException

public QueueException()
No argument constructor.

Supported API: true


QueueException

public QueueException(String message)
Constructs a queue exception with a non-localized message.

Supported API: true

Parameters:
message -

QueueException

public QueueException(Exception e)
Constructs a queue execption with an embedded exeption.

Supported API: true

Parameters:
e -

QueueException

public QueueException(Exception e,
                      String msg)
Constructs a queue exception with an embedded exception and a non-localized message.

Supported API: true

Parameters:
e -
msg -

QueueException

public QueueException(Exception e,
                      String rb,
                      String key,
                      Object[] params)
Constructs a queue exeption with amn embedded message and a localized message. The exception can be null.

Supported API: true

Parameters:
e -
rb -
key -
params -