Package wt.queue

Class DeleteCompletedException

All Implemented Interfaces:
Serializable, LocalizableMessage, Message

public class DeleteCompletedException extends WTException implements Serializable
This class represents a specialized exception that can be thrown when the execution of a queue entry has completed and we wish to delete the entry instead of retaining it when the property wt.queue.removeCompleted.queueName is set to true

Supported API: true

Extendable: false
See Also:
  • Constructor Details

    • DeleteCompletedException

      public DeleteCompletedException()
      No argument constructor.

      Supported API: true
    • DeleteCompletedException

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

      Supported API: true
      Parameters:
      message -
    • DeleteCompletedException

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

      Supported API: true
      Parameters:
      e -
    • DeleteCompletedException

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

      Supported API: true
      Parameters:
      e -
      msg -
    • DeleteCompletedException

      public DeleteCompletedException(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 -